logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: d5575f9c132d49eed79768dd5d53db763e42f86c
parent d7f744d2819343eced508a589d6fad3842686a3e
Author: Phantasm <phantasm@centrum.cz>
Date:   Tue, 26 Mar 2024 18:59:39 +0100

Add poll end notifications to fetched types

Diffstat:

Achangelog.d/poll-ended-notifications.fix1+
Msrc/services/notifications_fetcher/notifications_fetcher.service.js1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/changelog.d/poll-ended-notifications.fix b/changelog.d/poll-ended-notifications.fix @@ -0,0 +1 @@ +Add poll end notifications to fetched types. diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js @@ -9,6 +9,7 @@ const mastoApiNotificationTypes = [ 'reblog', 'follow', 'move', + 'poll', 'pleroma:emoji_reaction', 'pleroma:report' ]