Fix thread lines not being properly updated when new posts are received (#2210)
parent
179e38cf15
commit
ed0a407888
|
@ -134,6 +134,9 @@ class Status extends ImmutablePureComponent {
|
||||||
'expanded',
|
'expanded',
|
||||||
'unread',
|
'unread',
|
||||||
'pictureInPicture',
|
'pictureInPicture',
|
||||||
|
'previousId',
|
||||||
|
'nextInReplyToId',
|
||||||
|
'rootId',
|
||||||
];
|
];
|
||||||
|
|
||||||
updateOnStates = [
|
updateOnStates = [
|
||||||
|
|
Loading…
Reference in New Issue