Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/15175
Conflicts: src/settings/Settings.ts src/settings/UIFeature.ts
This commit is contained in:
commit
4213a557f2
11 changed files with 105 additions and 73 deletions
|
@ -627,4 +627,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
[UIFeature.Feedback]: {
|
||||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -19,4 +19,5 @@ export enum UIFeature {
|
|||
URLPreviews = "UIFeature.urlPreviews",
|
||||
Widgets = "UIFeature.widgets",
|
||||
Voip = "UIFeature.voip",
|
||||
Feedback = "UIFeature.feedback",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue