Fix federated timeline reply filtering on fetch

This commit is contained in:
eris 2022-08-09 23:16:14 +00:00
parent 4d27064db3
commit 26d619c002

View file

@ -18,7 +18,6 @@ const Timeline = {
'timelineName',
'title',
'userId',
'listId',
'tag',
'embedded',
'count',
@ -102,7 +101,6 @@ const Timeline = {
timeline: this.timelineName,
showImmediately,
userId: this.userId,
listId: this.listId,
tag: this.tag
})
},
@ -158,7 +156,6 @@ const Timeline = {
older: true,
showImmediately: true,
userId: this.userId,
listId: this.listId,
tag: this.tag
}).then(({ statuses }) => {
if (statuses && statuses.length === 0) {