UI Feature Flag: 3PIDs
This commit is contained in:
parent
148a57c58e
commit
eda2dee63f
3 changed files with 8 additions and 1 deletions
|
@ -631,4 +631,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
[UIFeature.ThirdPartyID]: {
|
||||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -20,4 +20,5 @@ export enum UIFeature {
|
|||
Widgets = "UIFeature.widgets",
|
||||
Voip = "UIFeature.voip",
|
||||
Feedback = "UIFeature.feedback",
|
||||
ThirdPartyID = "UIFeature.thirdPartyId",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue