mirror of https://github.com/vector-im/riot-web
remove replacements flag
parent
f7de8d4f58
commit
31817a91c6
|
@ -188,8 +188,7 @@ class MatrixClientPeg {
|
||||||
timelineSupport: true,
|
timelineSupport: true,
|
||||||
forceTURN: !SettingsStore.getValue('webRtcAllowPeerToPeer', false),
|
forceTURN: !SettingsStore.getValue('webRtcAllowPeerToPeer', false),
|
||||||
verificationMethods: [verificationMethods.SAS],
|
verificationMethods: [verificationMethods.SAS],
|
||||||
unstableClientRelationAggregation: aggregateRelations,
|
unstableClientRelationAggregation: aggregateRelations || enableEdits,
|
||||||
unstableClientRelationReplacements: enableEdits,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.matrixClient = createMatrixClient(opts);
|
this.matrixClient = createMatrixClient(opts);
|
||||||
|
|
Loading…
Reference in New Issue