remove replacements flag

pull/21833/head
Bruno Windels 2019-05-16 14:43:47 +01:00
parent f7de8d4f58
commit 31817a91c6
1 changed files with 1 additions and 2 deletions

View File

@ -188,8 +188,7 @@ class MatrixClientPeg {
timelineSupport: true,
forceTURN: !SettingsStore.getValue('webRtcAllowPeerToPeer', false),
verificationMethods: [verificationMethods.SAS],
unstableClientRelationAggregation: aggregateRelations,
unstableClientRelationReplacements: enableEdits,
unstableClientRelationAggregation: aggregateRelations || enableEdits,
};
this.matrixClient = createMatrixClient(opts);