Implement replying to event in backend
This commit is contained in:
@@ -233,6 +233,7 @@ HColumnLayout {
|
||||
text: qsTr("Reply")
|
||||
|
||||
onTriggered: {
|
||||
chat.replyToEventId = model.id
|
||||
chat.replyToUserId = model.sender_id
|
||||
chat.replyToDisplayName = model.sender_name
|
||||
}
|
||||
|
Reference in New Issue
Block a user