diff --git a/components/timeline/TimelinePaginator.vue b/components/timeline/TimelinePaginator.vue index fa227acbf7..358d0cbd93 100644 --- a/components/timeline/TimelinePaginator.vue +++ b/components/timeline/TimelinePaginator.vue @@ -13,7 +13,7 @@ const { paginator, stream, account, buffer = 10, endMessage = true } = definePro preprocess?: (items: mastodon.v1.Status[]) => mastodon.v1.Status[] buffer?: number endMessage?: boolean | string - feedName: string + feedName?: string }>() const commonPaginator = ref(null) diff --git a/pages/[[server]]/@[account]/index/index.vue b/pages/[[server]]/@[account]/index/index.vue index b909ca2de8..866365c104 100644 --- a/pages/[[server]]/@[account]/index/index.vue +++ b/pages/[[server]]/@[account]/index/index.vue @@ -26,6 +26,6 @@ if (account) {