commit: b2e10ac8c11ccfc7c8b477fc8cff4e9893b58463
parent 15dde2d372419fd90c19de7a6f7b9b2458511adc
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 22 Apr 2024 22:37:37 +0300
add more notification types to ask backend about
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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'
]