Fix thread lines not being properly updated when new posts are received (#2210)

local
Claire 1 year ago committed by GitHub
parent 179e38cf15
commit ed0a407888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/javascript/flavours/glitch/components/status.jsx

@ -134,6 +134,9 @@ class Status extends ImmutablePureComponent {
'expanded',
'unread',
'pictureInPicture',
'previousId',
'nextInReplyToId',
'rootId',
];
updateOnStates = [

Loading…
Cancel
Save