Use replyId role for reply ID
This commit is contained in:
@@ -124,6 +124,11 @@ ColumnLayout {
|
|||||||
*/
|
*/
|
||||||
required property bool showReadMarkers
|
required property bool showReadMarkers
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief The matrix ID of the reply event.
|
||||||
|
*/
|
||||||
|
required property var replyId
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The reply author.
|
* @brief The reply author.
|
||||||
*
|
*
|
||||||
@@ -508,7 +513,7 @@ ColumnLayout {
|
|||||||
Connections {
|
Connections {
|
||||||
target: replyLoader.item
|
target: replyLoader.item
|
||||||
function onReplyClicked() {
|
function onReplyClicked() {
|
||||||
replyClicked(root.reply.eventId)
|
replyClicked(root.replyId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user