refactor: remove deprecated masto API
This commit is contained in:
parent
cc945c4827
commit
fff13ee19c
15 changed files with 18 additions and 18 deletions
|
@ -11,7 +11,7 @@ if (useRoute().path === '/signin/callback') {
|
|||
useRouter().push('/home')
|
||||
}
|
||||
|
||||
const paginator = useMasto().timelines.getHomeIterable()
|
||||
const paginator = useMasto().timelines.iterateHome()
|
||||
const stream = await useMasto().stream.streamUser()
|
||||
onBeforeUnmount(() => stream.disconnect())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue