TypingIndicator: support threads

This commit is contained in:
Nuckyz 2023-11-21 00:51:12 -03:00
parent 18d63af241
commit 2f1e86f333
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
2 changed files with 22 additions and 14 deletions

View file

@ -159,5 +159,5 @@ export interface i18n {
loadPromise: Promise<void>;
Messages: Record<i18nMessages, string>;
Messages: Record<i18nMessages, any>;
}