Skip to content

Commit

Permalink
don't show broken button
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Aug 17, 2024
1 parent ac7e4b3 commit 49ecd08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/quote_replies.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const processNotifications = notifications => notifications.forEach(async notifi
);

if (!['reply', 'note_mention'].includes(notificationProps.type)) return;
if (notificationProps.community) return;

const activityElement = notification.querySelector(activitySelector);
if (!activityElement) return;
Expand Down

0 comments on commit 49ecd08

Please sign in to comment.