From 7f14dd2331016491f401c7b8e2208ff85a42400a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 30 Jul 2022 18:37:48 -0500 Subject: [PATCH] Notification: treat follow differently from follow_request --- .../notifications/components/notification.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/soapbox/features/notifications/components/notification.tsx b/app/soapbox/features/notifications/components/notification.tsx index f40b5e5fda..642b92a7fd 100644 --- a/app/soapbox/features/notifications/components/notification.tsx +++ b/app/soapbox/features/notifications/components/notification.tsx @@ -270,6 +270,14 @@ const Notification: React.FC = (props) => { const renderContent = () => { switch (type) { case 'follow': + case 'user_approved': + return account && typeof account === 'object' ? ( +