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

th-downstream
Claire 1 year ago committed by GitHub
parent ef5df7fc66
commit 43c40b5df8

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

Loading…
Cancel
Save