Fix potentially missing statuses when reconnecting to websocket (#17981)

* Fix potentially missing statuses when reconnecting to websocket

* Add gap on reconnect rather than maintaining it constantly
This commit is contained in:
Claire
2022-04-07 16:08:17 +02:00
committed by GitHub
parent ce9dcbea32
commit ebe01ea194
2 changed files with 13 additions and 1 deletions

View File

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