Clear reply-to when sending message
This commit is contained in:
		@@ -192,6 +192,9 @@ Rectangle {
 | 
				
			|||||||
                    py.callClientCoro(writingUserId, "send_text", args)
 | 
					                    py.callClientCoro(writingUserId, "send_text", args)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    area.clear()
 | 
					                    area.clear()
 | 
				
			||||||
 | 
					                    chat.replyToEventId     = ""
 | 
				
			||||||
 | 
					                    chat.replyToUserId      = ""
 | 
				
			||||||
 | 
					                    chat.replyToDisplayName = ""
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                area.Keys.onEnterPressed.connect(area.Keys.onReturnPressed)
 | 
					                area.Keys.onEnterPressed.connect(area.Keys.onReturnPressed)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user