projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1fe95
)
Fix message not comming in encrypted rooms
author
Ajay Bura
<ajbura@gmail.com>
Fri, 19 Nov 2021 04:30:07 +0000
(10:00 +0530)
committer
Ajay 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
patch
|
blob
|
history
diff --git
a/src/client/state/RoomTimeline.js
b/src/client/state/RoomTimeline.js
index a6ea59ac43c9925b5e87e7d2fd2333ced4fa59d1..d393dbfc7107130e3048b943d0420ffe620be17b 100644
(file)
--- a/
src/client/state/RoomTimeline.js
+++ b/
src/client/state/RoomTimeline.js
@@
-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);
};