aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/room.h b/lib/room.h
index 0636c4bb..44504691 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -973,9 +973,9 @@ Q_SIGNALS:
void displayedChanged(bool displayed);
void firstDisplayedEventChanged();
void lastDisplayedEventChanged();
- //! The event that m.read receipt points to has changed
+ //! The event the m.read receipt points to has changed for the listed users
//! \sa lastReadReceipt
- void lastReadEventChanged(Quotient::User* user);
+ void lastReadEventChanged(QVector<QString> userIds);
void fullyReadMarkerMoved(QString fromEventId, QString toEventId);
//! \deprecated since 0.7 - use fullyReadMarkerMoved
void readMarkerMoved(QString fromEventId, QString toEventId);