Skip to content

Commit 1a11123

Browse files
authored
fix: unsubscribe button ignoring thread subscription (#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

+1-1
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)