remove intentionalmentions client opt (#11048)

This commit is contained in:
Kerry
2023-06-08 00:25:34 +12:00
committed by GitHub
parent 2e68479577
commit b2452a45ff

View File

@@ -273,8 +273,6 @@ class MatrixClientPegClass implements IMatrixClientPeg {
SlidingSyncManager.instance.startSpidering(100, 50); // 100 rooms at a time, 50ms apart
}
opts.intentionalMentions = SettingsStore.getValue("feature_intentional_mentions");
// Connect the matrix client to the dispatcher and setting handlers
MatrixActionCreators.start(this.matrixClient);
MatrixClientBackedSettingsHandler.matrixClient = this.matrixClient;