about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/timelines.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-04-07 16:08:17 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-04-08 20:02:49 +0200
commit43aff90d0ee4abbb24a3b1ad8c2f83692f1925b3 (patch)
tree42d1332cca9ec6bbc75db6361f46e81effffd6eb /app/javascript/flavours/glitch/actions/timelines.js
parentff73d43b3596d50d071fd3e6ab6f49608b62c9d1 (diff)
[Glitch] Fix potentially missing statuses when reconnecting to websocket
Port ebe01ea194104b14af6cd6abe6d20637f1a3e140 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/actions/timelines.js')
-rw-r--r--app/javascript/flavours/glitch/actions/timelines.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/actions/timelines.js b/app/javascript/flavours/glitch/actions/timelines.js
index 24cc0d63f..71d5fff97 100644
--- a/app/javascript/flavours/glitch/actions/timelines.js
+++ b/app/javascript/flavours/glitch/actions/timelines.js
@@ -199,6 +199,7 @@ export function connectTimeline(timeline) {
   return {
     type: TIMELINE_CONNECT,
     timeline,
+    usePendingItems: preferPendingItems,
   };
 };