Fix message not comming in encrypted rooms

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-11-19 10:00:07 +05:30
parent 8e1fe9558e
commit 6aa98d5eac

View file

@ -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);
};