mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: use iterateStatuses
rather than deprecated getStatuses
This commit is contained in:
parent
bd78834a44
commit
fd1be3b86c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
const paginator = useMasto().trends.getStatuses()
|
||||
const paginator = useMasto().trends.iterateStatuses()
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
|
|
Loading…
Reference in a new issue