refactor: remove deprecated masto API
This commit is contained in:
parent
cc945c4827
commit
fff13ee19c
15 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
const paginator = useMasto().timelines.getPublicIterable()
|
||||
const paginator = useMasto().timelines.iteratePublic()
|
||||
const stream = await useMasto().stream.streamPublicTimeline()
|
||||
onBeforeUnmount(() => stream.disconnect())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue