[Glitch] Fix potentially missing statuses when reconnecting to websocket

Port ebe01ea194 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2022-04-07 16:08:17 +02:00
parent ff73d43b35
commit 43aff90d0e
2 changed files with 13 additions and 1 deletions

View File

@ -199,6 +199,7 @@ export function connectTimeline(timeline) {
return {
type: TIMELINE_CONNECT,
timeline,
usePendingItems: preferPendingItems,
};
};