Merge branch 'whats-this-doing-here' into 'develop'

what's this doing here, begone

See merge request pleroma/pleroma-fe!2201
This commit is contained in:
HJ 2025-07-29 14:42:16 +00:00
commit 2c1bea0e0b

View file

@ -18,8 +18,7 @@ const mastoApiNotificationTypes = new Set([
'move', 'move',
'poll', 'poll',
'pleroma:emoji_reaction', 'pleroma:emoji_reaction',
'pleroma:report', 'pleroma:report'
'test'
]) ])
const fetchAndUpdate = ({ store, credentials, older = false, since }) => { const fetchAndUpdate = ({ store, credentials, older = false, since }) => {