diff --git a/src/hooks/useNotifications.ts b/src/hooks/useNotifications.ts index 0e2b0f460..4165387cb 100644 --- a/src/hooks/useNotifications.ts +++ b/src/hooks/useNotifications.ts @@ -158,7 +158,7 @@ export const useNotifications = (): NotificationsState => { )}notifications/threads/${id}/subscription`, 'PUT', token, - { ignore: true } + { ignored: true } ); await markNotification(accounts, id, hostname); } catch (err) {