fixes
This commit is contained in:
parent
d7f19d75f1
commit
1f1c0c1300
2 changed files with 1 additions and 2 deletions
|
|
@ -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)"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue