mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix incorrect function name
This commit is contained in:
parent
b03a1df19d
commit
3ce7fdd63f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue