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',
'poll',
'pleroma:emoji_reaction',
'pleroma:report',
'test'
'pleroma:report'
])
const fetchAndUpdate = ({ store, credentials, older = false, since }) => {