aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 7fc03c19..4be3ed2b 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -555,7 +555,7 @@ public slots:
/// You shouldn't normally call this method; it's here for debugging
void refreshDisplayName();
- void getPreviousContent(int limit = 10);
+ void getPreviousContent(int limit = 10, const QString &filter = {});
void inviteToRoom(const QString& memberId);
LeaveRoomJob* leaveRoom();