mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
remove replacements flag
This commit is contained in:
parent
f7de8d4f58
commit
31817a91c6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user