Fix incorrect function name
This commit is contained in:
parent
b03a1df19d
commit
3ce7fdd63f
@ -580,7 +580,7 @@ ScrollView {
|
||||
|
||||
Platform.MenuItem {
|
||||
text: qsTr("Read receip&ts")
|
||||
onTriggered: room.readReceiptsAction(messageContextMenu.eventId)
|
||||
onTriggered: room.showReadReceipts(messageContextMenu.eventId)
|
||||
}
|
||||
|
||||
Platform.MenuItem {
|
||||
|
Loading…
Reference in New Issue
Block a user