Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17665

 Conflicts:
	src/stores/SpaceStore.tsx
This commit is contained in:
Michael Telatynski 2021-06-22 17:38:05 +01:00
commit e3e6b74272
98 changed files with 1837 additions and 1136 deletions

View file

@ -135,6 +135,13 @@ export interface ISetting {
}
export const SETTINGS: {[setting: string]: ISetting} = {
"feature_report_to_moderators": {
isFeature: true,
displayName: _td("Report to moderators prototype. " +
"In rooms that support moderation, the `report` button will let you report abuse to room moderators"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_spaces": {
isFeature: true,
displayName: _td("Spaces prototype. Incompatible with Communities, Communities v2 and Custom Tags. " +