Merge pull request #2441 from matrix-org/develop
Merge develop -> experimental
This commit is contained in:
commit
177d9f245a
5 changed files with 217 additions and 51 deletions
|
@ -329,6 +329,11 @@ export const SETTINGS = {
|
|||
displayName: _td('Show empty room list headings'),
|
||||
default: true,
|
||||
},
|
||||
"alwaysInviteUnknownUsers": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Always invite users which may not exist'),
|
||||
default: false,
|
||||
},
|
||||
"showDeveloperTools": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Show developer tools'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue