Fix message not comming in encrypted rooms
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
8e1fe9558e
commit
6aa98d5eac
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class RoomTimeline extends EventEmitter {
|
|||
if (this.ongoingDecryptionCount > 0) return;
|
||||
|
||||
if (this.isOngoingPagination) return;
|
||||
this.addToTimeline(event);
|
||||
this.emit(cons.events.roomTimeline.EVENT);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue