mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Call renamed room::decryptAllEvents method
This commit is contained in:
parent
0c87a67caf
commit
17099c656b
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
let presentedId = roomInfo.room_alias || roomInfo.room_id;
|
||||
const room = MatrixClientPeg.get().getRoom(roomInfo.room_id);
|
||||
if (room) {
|
||||
room.lazyDecryptEvents();
|
||||
room.decryptAllEvents();
|
||||
const theAlias = Rooms.getDisplayAliasForRoom(room);
|
||||
if (theAlias) {
|
||||
presentedId = theAlias;
|
||||
|
|
Loading…
Reference in a new issue