Fix message not comming in encrypted rooms
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user