feat: Add config hideTypingUsernames

This commit is contained in:
Christian Pauly 2020-12-12 17:01:59 +01:00
commit 312dd8a6ae
3 changed files with 16 additions and 1 deletions

View file

@ -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",