1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

remove flag for edits as it's not handled separately anymore

This commit is contained in:
Bruno Windels
2019-05-16 14:40:17 +01:00
parent 69d25c1498
commit 266d0f9d05
3 changed files with 0 additions and 13 deletions

View File

@@ -119,14 +119,12 @@ SyncApi.prototype.createRoom = function(roomId) {
const {
timelineSupport,
unstableClientRelationAggregation,
unstableClientRelationReplacements,
} = client;
const room = new Room(roomId, client, client.getUserId(), {
lazyLoadMembers: this.opts.lazyLoadMembers,
pendingEventOrdering: this.opts.pendingEventOrdering,
timelineSupport,
unstableClientRelationAggregation,
unstableClientRelationReplacements,
});
client.reEmitter.reEmit(room, ["Room.name", "Room.timeline", "Room.redaction",
"Room.receipt", "Room.tags",