Merge pull request #4467 from matrix-org/travis/seshat-enable

Take encrypted message search out of labs
This commit is contained in:
J. Ryan Stinnett
2020-04-23 10:21:58 +01:00
committed by GitHub
5 changed files with 8 additions and 22 deletions
@@ -282,15 +282,12 @@ export default class SecurityUserSettingsTab extends React.Component {
</div>
);
let eventIndex;
if (SettingsStore.isFeatureEnabled("feature_event_indexing")) {
eventIndex = (
<div className="mx_SettingsTab_section">
<span className="mx_SettingsTab_subheading">{_t("Message search")}</span>
<EventIndexPanel />
</div>
);
}
const eventIndex = (
<div className="mx_SettingsTab_section">
<span className="mx_SettingsTab_subheading">{_t("Message search")}</span>
<EventIndexPanel />
</div>
);
// XXX: There's no such panel in the current cross-signing designs, but
// it's useful to have for testing the feature. If there's no interest