refactor: remove deprecated masto API
This commit is contained in:
parent
cc945c4827
commit
fff13ee19c
15 changed files with 18 additions and 18 deletions
|
@ -5,8 +5,8 @@ definePageMeta({
|
|||
|
||||
const { t } = useI18n()
|
||||
|
||||
const paginatorAll = useMasto().notifications.getIterator()
|
||||
const paginatorMention = useMasto().notifications.getIterator({ types: ['mention'] })
|
||||
const paginatorAll = useMasto().notifications.iterate()
|
||||
const paginatorMention = useMasto().notifications.iterate({ types: ['mention'] })
|
||||
|
||||
const { clearNotifications } = useNotifications()
|
||||
onActivated(clearNotifications)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue