Use stable prefixes MSC3827 (#9092)

This commit is contained in:
Šimon Brandner 2022-07-27 20:10:37 +02:00 committed by GitHub
parent 0357b4f0dc
commit 8379f5624e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -66,7 +66,7 @@ export default class LabsUserSettingsTab extends React.Component<{}, IState> {
this.setState({ showJumpToDate });
});
cli.doesServerSupportUnstableFeature("org.matrix.msc3827").then((showExploringPublicSpaces) => {
cli.doesServerSupportUnstableFeature("org.matrix.msc3827.stable").then((showExploringPublicSpaces) => {
this.setState({ showExploringPublicSpaces });
});