You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-04 05:02:41 +03:00
Add thread relation to sticker message (#2147)
This commit is contained in:
@@ -82,7 +82,7 @@ export class Thread extends TypedEventEmitter<ThreadEvent> {
|
||||
"Room.timelineReset",
|
||||
]);
|
||||
|
||||
opts?.initialEvents.forEach(event => this.addEvent(event));
|
||||
opts?.initialEvents?.forEach(event => this.addEvent(event));
|
||||
|
||||
this.room.on("Room.localEchoUpdated", this.onEcho);
|
||||
this.room.on("Room.timeline", this.onEcho);
|
||||
|
||||
Reference in New Issue
Block a user