diff options
Diffstat (limited to 'room.h')
-rw-r--r-- | room.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ namespace QMatrixClient virtual void processStateEvents(const Events& events); virtual void processEphemeralEvent(Event* event); - Timeline::const_iterator promoteReadMarker(QString eventId); + Timeline::const_iterator promoteReadMarker(User* u, QString eventId); private: class Private; |