This commit is contained in:
Henry Jameson 2025-09-18 18:16:50 +03:00
commit 454a225a75

View file

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