diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-22 22:37:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-22 22:37:37 +0300 |
| commit | b2e10ac8c11ccfc7c8b477fc8cff4e9893b58463 (patch) | |
| tree | 93697cd248f4d6498a4a8c90e36ceb8b5487991c /src | |
| parent | 15dde2d372419fd90c19de7a6f7b9b2458511adc (diff) | |
add more notification types to ask backend about
Diffstat (limited to 'src')
| -rw-r--r-- | src/services/notifications_fetcher/notifications_fetcher.service.js | 2 |
1 files 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 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' ] |
