Clear reply-to when sending message
This commit is contained in:
parent
fb35a6ec14
commit
b09b3b990b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user