what's this doing here, begone

This commit is contained in:
Henry Jameson 2025-07-29 17:41:18 +03:00
commit d299e864bf

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 }) => {