Implement MSC3827: Filtering of /publicRooms
by room type (#8866)
This commit is contained in:
parent
18c21d77cd
commit
663bca559f
8 changed files with 96 additions and 21 deletions
|
@ -220,6 +220,11 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
requiresRefresh: true,
|
||||
},
|
||||
},
|
||||
"feature_exploring_public_spaces": {
|
||||
displayName: _td("Explore public spaces in the new search dialog"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_msc3531_hide_messages_pending_moderation": {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Moderation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue