fix: use `iterateStatuses` rather than deprecated `getStatuses`
parent
bd78834a44
commit
fd1be3b86c
|
@ -1,5 +1,5 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const paginator = useMasto().trends.getStatuses()
|
const paginator = useMasto().trends.iterateStatuses()
|
||||||
|
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue