element-web/src/components
David Baker 757bc9fe32 Update roomlist when an event is decrypted
Events are now decrypted asynchronously, so are not decrypted
at the time of the Room.timeline which is when our RoomList
got the chance to update. It needs to update once the event has
been decrypted.

Ideally we would not update the whole room list order, but this is
how all the room list re-ordering happens right now, so staying
consistent with this.

Fixes https://github.com/vector-im/riot-web/issues/5020
2017-09-12 14:47:26 +01:00
..
structures Merge pull request #1368 from matrix-org/t3chguy/fix_theme 2017-09-12 11:54:49 +01:00
views Update roomlist when an event is decrypted 2017-09-12 14:47:26 +01:00