From ed0a407888ed840c9fa23fce7e5a175b3887e107 Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 7 May 2023 20:06:10 +0200 Subject: [PATCH] Fix thread lines not being properly updated when new posts are received (#2210) --- app/javascript/flavours/glitch/components/status.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/flavours/glitch/components/status.jsx b/app/javascript/flavours/glitch/components/status.jsx index faefca6aa6..6f77fb16eb 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -134,6 +134,9 @@ class Status extends ImmutablePureComponent { 'expanded', 'unread', 'pictureInPicture', + 'previousId', + 'nextInReplyToId', + 'rootId', ]; updateOnStates = [