Fix incorrect function name

This commit is contained in:
Loren Burkholder 2021-07-24 14:42:40 -04:00
parent b03a1df19d
commit 3ce7fdd63f

View file

@ -580,7 +580,7 @@ ScrollView {
Platform.MenuItem { Platform.MenuItem {
text: qsTr("Read receip&ts") text: qsTr("Read receip&ts")
onTriggered: room.readReceiptsAction(messageContextMenu.eventId) onTriggered: room.showReadReceipts(messageContextMenu.eventId)
} }
Platform.MenuItem { Platform.MenuItem {