mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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 {
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue