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