Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 1a11123

Browse files
authored
fix: unsubscribe button ignoring thread subscription (gitify-app#517)
1 parent 75eb1c8 commit 1a11123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const useNotifications = (): NotificationsState => {
158158
)}notifications/threads/${id}/subscription`,
159159
'PUT',
160160
token,
161-
{ ignore: true }
161+
{ ignored: true }
162162
);
163163
await markNotification(accounts, id, hostname);
164164
} catch (err) {

0 commit comments

Comments
 (0)