summary refs log tree commit diff
path: root/resources/qml/StatusIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/StatusIndicator.qml')
-rw-r--r--resources/qml/StatusIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/StatusIndicator.qml b/resources/qml/StatusIndicator.qml
index 7e471d69..0af02b3c 100644
--- a/resources/qml/StatusIndicator.qml
+++ b/resources/qml/StatusIndicator.qml
@@ -34,7 +34,7 @@ ImageButton {
     }
     onClicked: {
         if (status == MtxEvent.Read)
-            room.readReceiptsAction(eventId);
+            room.showReadReceipts(eventId);
 
     }
     image: {