fix: use iterateStatuses rather than deprecated getStatuses

This commit is contained in:
Daniel Roe 2022-12-04 20:01:34 +00:00
parent bd78834a44
commit fd1be3b86c
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
const paginator = useMasto().trends.getStatuses()
const paginator = useMasto().trends.iterateStatuses()
const { t } = useI18n()