mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 10:31:36 +01:00
Fix thread lines not being properly updated when new posts are received (#2210)
This commit is contained in:
parent
179e38cf15
commit
ed0a407888
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ class Status extends ImmutablePureComponent {
|
|||
'expanded',
|
||||
'unread',
|
||||
'pictureInPicture',
|
||||
'previousId',
|
||||
'nextInReplyToId',
|
||||
'rootId',
|
||||
];
|
||||
|
||||
updateOnStates = [
|
||||
|
|
Loading…
Reference in a new issue