Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
3e80efed4b

+ 2 - 3
packages/app/src/components/InAppNotification/InAppNotificationDropdown.tsx

@@ -46,11 +46,10 @@ const InAppNotificationDropdown: FC = (props) => {
       console.log('socketData', data);
       console.log('socketData', data);
 
 
       if (props.me === data.user) {
       if (props.me === data.user) {
-        // TODO: Fetch notification status by #78563
+        // TODO: Fetch notification list by #78557
         // fetchNotificationList();
         // fetchNotificationList();
 
 
-        // TODO: Fetch notification list by #78557
-        // fetchNotificationStatus();
+        fetchNotificationStatus(props);
       }
       }
     });
     });
   };
   };