You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Remember to propagate Room.redaction
This commit is contained in:
@@ -81,7 +81,8 @@ SyncApi.prototype.createRoom = function(roomId) {
|
|||||||
pendingEventOrdering: this.opts.pendingEventOrdering,
|
pendingEventOrdering: this.opts.pendingEventOrdering,
|
||||||
timelineSupport: client.timelineSupport,
|
timelineSupport: client.timelineSupport,
|
||||||
});
|
});
|
||||||
reEmit(client, room, ["Room.name", "Room.timeline", "Room.receipt", "Room.tags"]);
|
reEmit(client, room, ["Room.name", "Room.timeline", "Room.redaction",
|
||||||
|
"Room.receipt", "Room.tags"]);
|
||||||
this._registerStateListeners(room);
|
this._registerStateListeners(room);
|
||||||
return room;
|
return room;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user