Merge pull request #892 from Bubu/hide_presences_list
feat: make showing user presence info optional
This commit is contained in:
commit
f8fbbf4c3e
7 changed files with 56 additions and 3 deletions
|
|
@ -1734,6 +1734,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"presenceStyle": "Presence:",
|
||||
"@presenceStyle": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"presencesToggle": "Show status messages from other users",
|
||||
"@presencesToggle": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"singlesignon": "Single Sign on",
|
||||
"@singlesignon": {
|
||||
"type": "text",
|
||||
|
|
@ -2290,6 +2300,7 @@
|
|||
}
|
||||
},
|
||||
"hideUnimportantStateEvents": "Hide unimportant state events",
|
||||
"hidePresences": "Hide Status List?",
|
||||
"doNotShowAgain": "Do not show again",
|
||||
"wasDirectChatDisplayName": "Empty chat (was {oldDisplayName})",
|
||||
"@wasDirectChatDisplayName": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue