summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-01-11 20:22:57 -0500
committerJoseph Donofry <joedonofry@gmail.com>2021-01-11 20:22:57 -0500
commita8877c39f40d805213f8805b3467d3d0ac165350 (patch)
treeda62c02c28f32d3288ffa62846893db7beb1f839 /src/ChatPage.h
parentAdd ripple to completer (diff)
parentMerge pull request #373 from Nheko-Reborn/misc-fixes (diff)
downloadnheko-a8877c39f40d805213f8805b3467d3d0ac165350.tar.xz
Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko
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 004bb3e8..0516f87d 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h
@@ -117,6 +117,7 @@ public slots: void leaveRoom(const QString &room_id); void createRoom(const mtx::requests::CreateRoom &req); void joinRoom(const QString &room); + void joinRoomVia(const std::string &room_id, const std::vector<std::string> &via); void inviteUser(QString userid, QString reason); void kickUser(QString userid, QString reason);