aboutsummaryrefslogtreecommitdiff
path: root/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chat.cpp')
-rw-r--r--chat.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chat.cpp b/chat.cpp
index 0d023bb..32c72c3 100644
--- a/chat.cpp
+++ b/chat.cpp
@@ -70,3 +70,9 @@ DcChat::isMuted()
{
return dc_chat_is_muted(m_chat);
}
+
+int
+DcChat::getVisibility()
+{
+ return dc_chat_get_visibility(m_chat);
+}