debug
This commit is contained in:
parent
d242f45ffb
commit
454a225a75
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ 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 }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue