feat(messenger): send typing status + show 'is typing' indicator

This commit is contained in:
simoleo89
2026-06-02 21:15:53 +02:00
parent 361ab27853
commit 7d89ce14d0
3 changed files with 73 additions and 3 deletions
+2 -1
View File
@@ -266,5 +266,6 @@
"loading.task.rooms": "loading rooms...",
"loading.task.engine": "loading graphics engine...",
"catalog.gift_wrapping.gift_sent": "Done!",
"messenger.offline.delivered": "Sent while you were offline"
"messenger.offline.delivered": "Sent while you were offline",
"messenger.typing": "%FRIEND_NAME% is typing..."
}