element-portable/src/components/views
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
..
avatars Change incorrect refs to this.props 2017-07-11 14:31:07 +01:00
create_room Add more translations.. 2017-06-08 09:44:58 +01:00
dialogs Fix proptypes on UserPickerDialog 2017-08-21 16:30:49 +01:00
elements Copyright 2017-09-08 23:14:06 +01:00
login _tJsx returns a React Object, the sub fn must return a React Object 2017-08-26 08:18:55 +01:00
messages Separate function to add code copy button 2017-09-10 15:58:17 +01:00
room_settings un-i18n Modal Analytics 2017-07-27 17:19:18 +01:00
rooms Update roomlist when an event is decrypted 2017-09-12 14:47:26 +01:00
settings hotfix bad fn signature regression 2017-08-17 17:15:18 +01:00
voip Avoid re-rendering RoomList on room switch 2017-09-11 16:59:09 +01:00