File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Please see LICENSE files in the repository root for full details.
88*/
99
1010import React , { type ReactNode } from "react" ;
11- import { UNSTABLE_MSC4133_EXTENDED_PROFILES } from "matrix-js-sdk/src/matrix" ;
11+ import { STABLE_MSC4133_EXTENDED_PROFILES , UNSTABLE_MSC4133_EXTENDED_PROFILES } from "matrix-js-sdk/src/matrix" ;
1212
1313import { type MediaPreviewConfig } from "../@types/media_preview.ts" ;
1414// Import i18n.tsx instead of languageHandler to avoid circular deps
@@ -844,7 +844,7 @@ export const SETTINGS: Settings = {
844844 controller : new ServerSupportUnstableFeatureController (
845845 "userTimezonePublish" ,
846846 defaultWatchManager ,
847- [ [ UNSTABLE_MSC4133_EXTENDED_PROFILES ] ] ,
847+ [ [ UNSTABLE_MSC4133_EXTENDED_PROFILES ] , [ STABLE_MSC4133_EXTENDED_PROFILES ] ] ,
848848 undefined ,
849849 _td ( "labs|extended_profiles_msc_support" ) ,
850850 ) ,
You can’t perform that action at this time.
0 commit comments