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 <StatusContent
ref="content" ref="content"
:status="status" :status="mainStatus"
:focused="focused" :focused="focused"
:in-conversation="inConversation" :in-conversation="inConversation"
@mediaplay="addMediaPlaying($event)" @mediaplay="addMediaPlaying($event)"

View file

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