Clear reply-to when sending message

This commit is contained in:
miruka 2020-05-20 06:20:24 -04:00
parent fb35a6ec14
commit b09b3b990b

View File

@ -192,6 +192,9 @@ Rectangle {
py.callClientCoro(writingUserId, "send_text", args)
area.clear()
chat.replyToEventId = ""
chat.replyToUserId = ""
chat.replyToDisplayName = ""
})
area.Keys.onEnterPressed.connect(area.Keys.onReturnPressed)