From 26d619c002446f001aca53b8182cc7a84f82fd0f Mon Sep 17 00:00:00 2001 From: eris Date: Tue, 9 Aug 2022 23:16:14 +0000 Subject: [PATCH] Fix federated timeline reply filtering on fetch --- src/components/timeline/timeline.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 5b6c5089..c575e876 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -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) { -- 2.34.1