Use stable prefixes MSC3827 (#9092)
This commit is contained in:
parent
0357b4f0dc
commit
8379f5624e
4 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,7 @@ interface IProps {
|
|||
const SpaceSettingsVisibilityTab = ({ matrixClient: cli, space, closeSettingsFn }: IProps) => {
|
||||
const [error, setError] = useState("");
|
||||
const serverSupportsExploringSpaces = useAsyncMemo<boolean>(async () => {
|
||||
return cli.doesServerSupportUnstableFeature("org.matrix.msc3827");
|
||||
return cli.doesServerSupportUnstableFeature("org.matrix.msc3827.stable");
|
||||
}, [cli], false);
|
||||
|
||||
const userId = cli.getUserId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue