Don't show account if notification = severed_relationships

This commit is contained in:
Lim Chee Aun 2024-06-25 07:48:42 +08:00
parent 87be0cad16
commit 09745e3078

View file

@ -285,7 +285,7 @@ function Notification({
{type !== 'mention' && ( {type !== 'mention' && (
<> <>
<p> <p>
{!/poll|update/i.test(type) && ( {!/poll|update|severed_relationships/i.test(type) && (
<> <>
{_accounts?.length > 1 ? ( {_accounts?.length > 1 ? (
<> <>