feat: Add config hideTypingUsernames
This commit is contained in:
parent
7265c2a053
commit
312dd8a6ae
3 changed files with 16 additions and 1 deletions
|
|
@ -1757,6 +1757,13 @@
|
|||
"unreadChats": {}
|
||||
}
|
||||
},
|
||||
"numUsersTyping": "{count} users are typing…",
|
||||
"@numUsersTyping": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"userAndOthersAreTyping": "{username} and {count} others are typing…",
|
||||
"@userAndOthersAreTyping": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue