Fix incorrect function name

This commit is contained in:
Loren Burkholder 2021-07-24 14:42:40 -04:00
parent b03a1df19d
commit 3ce7fdd63f
1 changed files with 1 additions and 1 deletions

View File

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