Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/15178
Conflicts: src/settings/Settings.ts src/settings/UIFeature.ts
This commit is contained in:
commit
5bf6697e48
17 changed files with 167 additions and 100 deletions
|
@ -17,5 +17,8 @@ limitations under the License.
|
|||
// see settings.md for documentation on conventions
|
||||
export enum UIFeature {
|
||||
URLPreviews = "UIFeature.urlPreviews",
|
||||
Widgets = "UIFeature.widgets",
|
||||
Voip = "UIFeature.voip",
|
||||
Feedback = "UIFeature.feedback",
|
||||
Flair = "UIFeature.flair",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue