fixes
This commit is contained in:
parent
d7f19d75f1
commit
1f1c0c1300
2 changed files with 1 additions and 2 deletions
|
|
@ -407,7 +407,7 @@
|
|||
|
||||
<StatusContent
|
||||
ref="content"
|
||||
:status="status"
|
||||
:status="mainStatus"
|
||||
:focused="focused"
|
||||
:in-conversation="inConversation"
|
||||
@mediaplay="addMediaPlaying($event)"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ const timelineFetcher = (timeline, argument, credentials) => {
|
|||
.then(({ data: statuses, pagination, timestamp }) => {
|
||||
if (
|
||||
!older &&
|
||||
!loading.value &&
|
||||
statuses.length >= 20 &&
|
||||
numStatusesBeforeFetch > 0
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue