summary refs log tree commit diff
path: root/src/ui/RoomSummary.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-09-20 21:26:28 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-20 21:26:46 +0200
commit421b15c05c605c8f4adc63433b00e37d56ac9da8 (patch)
tree47d1c7e745b07bda4fe17fe8b4348b1d08265e0e /src/ui/RoomSummary.h
parentMerge pull request #1189 from Bubu/patch-1 (diff)
downloadnheko-421b15c05c605c8f4adc63433b00e37d56ac9da8.tar.xz
Show the community of a room
Diffstat (limited to '')
-rw-r--r--src/ui/RoomSummary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/RoomSummary.h b/src/ui/RoomSummary.h
index 416a4867..f5085054 100644
--- a/src/ui/RoomSummary.h
+++ b/src/ui/RoomSummary.h
@@ -69,6 +69,7 @@ public:
     bool isLoaded() const { return room.has_value() || loaded_; }
 
     Q_INVOKABLE void join();
+    Q_INVOKABLE void promptJoin();
 
 signals:
     void loaded();