summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h

index f43a008d..cfa6f275 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h
@@ -84,6 +84,7 @@ public slots: void leaveRoom(const QString &room_id); void createRoom(const mtx::requests::CreateRoom &req); void joinRoom(const QString &room); + void knockRoom(const QString &room); void joinRoomVia(const std::string &room_id, const std::vector<std::string> &via, bool promptForConfirmation = true);