fix lint and add changelog entry

This commit is contained in:
Lain Soykaf 2026-05-13 11:26:48 +04:00
commit 304655d448
No known key found for this signature in database
5 changed files with 13 additions and 12 deletions

View file

@ -81,7 +81,10 @@ export const maybeShowNotification = (
if (notification.seen) return
if (!visibleTypes(notificationVisibility).includes(notification.type)) return
if (notification.type === 'mention' && isMutedNotification(muteFilters, notification))
if (
notification.type === 'mention' &&
isMutedNotification(muteFilters, notification)
)
return
const notificationObject = prepareNotificationObject(