logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 15dde2d372419fd90c19de7a6f7b9b2458511adc
parent 2cbfcb6a6deac223d110b4190b0415cd837f7299
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Mon, 22 Apr 2024 19:30:29 +0000

Merge branch 'fix-poll-notifs' into 'develop'

Add poll end notifications to fetched types

Closes pleroma#3230

See merge request pleroma/pleroma-fe!1905

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' ]