fix avatars
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user