aboutsummaryrefslogtreecommitdiff
path: root/src/services/notifications_fetcher
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-05-25 08:42:32 +0200
committermarcin mikołajczak <git@mkljczk.pl>2024-05-25 08:42:32 +0200
commit5c48ea2f1abb21f88990c000e0f158dfa19fa4d7 (patch)
tree3a59d8ea1bc11a2f26c44e95a162475f45feddee /src/services/notifications_fetcher
parent82db31f7ac32443b2a5d51ed3ce6d52cd9dcfac7 (diff)
Support `status` notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src/services/notifications_fetcher')
-rw-r--r--src/services/notifications_fetcher/notifications_fetcher.service.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js
index 6403693c..32854fed 100644
--- a/src/services/notifications_fetcher/notifications_fetcher.service.js
+++ b/src/services/notifications_fetcher/notifications_fetcher.service.js
@@ -5,6 +5,7 @@ import { promiseInterval } from '../promise_interval/promise_interval.js'
// Note: chat_mention excluded as pleroma-fe polls them separately
const mastoApiNotificationTypes = [
'mention',
+ 'status',
'favourite',
'reblog',
'follow',