Fix message not comming in encrypted rooms
authorAjay Bura <ajbura@gmail.com>
Fri, 19 Nov 2021 04:30:07 +0000 (10:00 +0530)
committerAjay Bura <ajbura@gmail.com>
Fri, 19 Nov 2021 04:30:07 +0000 (10:00 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/client/state/RoomTimeline.js

index a6ea59ac43c9925b5e87e7d2fd2333ced4fa59d1..d393dbfc7107130e3048b943d0420ffe620be17b 100644 (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);
     };