This commit is contained in:
Henry Jameson 2025-09-18 18:19:50 +03:00
commit a0a27410ea

View file

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