Rephrase everything to be "invite anyways" rather than "retry"
Also handle profile errors better
This commit is contained in:
parent
c351ee3d30
commit
a05c0f9214
4 changed files with 54 additions and 44 deletions
|
@ -317,9 +317,9 @@ export const SETTINGS = {
|
|||
displayName: _td('Show empty room list headings'),
|
||||
default: true,
|
||||
},
|
||||
"alwaysRetryInvites": {
|
||||
"alwaysInviteUnknownUsers": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Always retry invites for unknown users'),
|
||||
displayName: _td('Always invite users which may not exist'),
|
||||
default: false,
|
||||
},
|
||||
"showDeveloperTools": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue