From 09745e3078864e5ec36c3acbd45162e1f39cb279 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 25 Jun 2024 07:48:42 +0800 Subject: [PATCH] Don't show account if notification = severed_relationships --- src/components/notification.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification.jsx b/src/components/notification.jsx index 1308948b..cb2180c7 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -285,7 +285,7 @@ function Notification({ {type !== 'mention' && ( <>

- {!/poll|update/i.test(type) && ( + {!/poll|update|severed_relationships/i.test(type) && ( <> {_accounts?.length > 1 ? ( <>