This commit is contained in:
Henry Jameson 2026-08-19 02:46:14 +03:00
commit 1f1c0c1300
2 changed files with 1 additions and 2 deletions

View file

@ -407,7 +407,7 @@
<StatusContent
ref="content"
:status="status"
:status="mainStatus"
:focused="focused"
:in-conversation="inConversation"
@mediaplay="addMediaPlaying($event)"

View file

@ -51,7 +51,6 @@ const timelineFetcher = (timeline, argument, credentials) => {
.then(({ data: statuses, pagination, timestamp }) => {
if (
!older &&
!loading.value &&
statuses.length >= 20 &&
numStatusesBeforeFetch > 0
) {