fix avatars

This commit is contained in:
2026-05-02 06:56:08 +01:00
parent 5bcf0eda0b
commit 58c7165ce5
3 changed files with 48 additions and 31 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ func main() {
composing := stanza.StateComposing{}
ok = m.Get(&composing)
if ok && current == JidMustParse(m.From).Bare() {
typingStatus.SetText(fmt.Sprintf("%s %s", m.From, loadedLocale["isTyping"]))
typingStatus.SetText(fmt.Sprintf("%s%s", m.From, loadedLocale["isTyping"]))
return
}