From b2e10ac8c11ccfc7c8b477fc8cff4e9893b58463 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 22 Apr 2024 22:37:37 +0300 Subject: [PATCH 1/2] add more notification types to ask backend about --- .../notifications_fetcher/notifications_fetcher.service.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js index 5bcda826..6403693c 100644 --- a/src/services/notifications_fetcher/notifications_fetcher.service.js +++ b/src/services/notifications_fetcher/notifications_fetcher.service.js @@ -8,9 +8,11 @@ const mastoApiNotificationTypes = [ 'favourite', 'reblog', 'follow', + 'follow_request', 'move', 'poll', 'pleroma:emoji_reaction', + 'pleroma:chat_mention', 'pleroma:report' ] From c40b02ac2f7c658fecb21db8ef3a15a6e498c4be Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 22 Apr 2024 23:46:12 +0300 Subject: [PATCH 2/2] changelog --- changelog.d/notif-types.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/notif-types.fix diff --git a/changelog.d/notif-types.fix b/changelog.d/notif-types.fix new file mode 100644 index 00000000..fb0e5046 --- /dev/null +++ b/changelog.d/notif-types.fix @@ -0,0 +1 @@ +Synchronized requested notification types with backend, hopefully should fix missing notifications for polls and follow requests