logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 36f2fef55ab370cc51f1ff81b419f28e2f50409b
parent 15dde2d372419fd90c19de7a6f7b9b2458511adc
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sun, 28 Apr 2024 17:29:07 +0000

Merge branch 'notif_types' into 'develop'

Add more notification types

See merge request pleroma/pleroma-fe!1912

Diffstat:

Achangelog.d/notif-types.fix1+
Msrc/services/notifications_fetcher/notifications_fetcher.service.js2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/changelog.d/notif-types.fix 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 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' ]