Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/15187
Conflicts: src/settings/Settings.ts src/settings/UIFeature.ts
This commit is contained in:
commit
598c982f02
62 changed files with 744 additions and 644 deletions
|
@ -20,5 +20,12 @@ export enum UIFeature {
|
|||
Widgets = "UIFeature.widgets",
|
||||
Voip = "UIFeature.voip",
|
||||
Feedback = "UIFeature.feedback",
|
||||
Registration = "UIFeature.registration",
|
||||
PasswordReset = "UIFeature.passwordReset",
|
||||
Deactivate = "UIFeature.deactivate",
|
||||
ShareQRCode = "UIFeature.shareQrCode",
|
||||
ShareSocial = "UIFeature.shareSocial",
|
||||
IdentityServer = "UIFeature.identityServer",
|
||||
ThirdPartyID = "UIFeature.thirdPartyId",
|
||||
Flair = "UIFeature.flair",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue