summary refs log tree commit diff
path: root/src/dbus/NhekoDBusApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/NhekoDBusApi.h')
-rw-r--r--src/dbus/NhekoDBusApi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbus/NhekoDBusApi.h b/src/dbus/NhekoDBusApi.h
index 78bd9fbb..5a34f0b7 100644
--- a/src/dbus/NhekoDBusApi.h
+++ b/src/dbus/NhekoDBusApi.h
@@ -80,6 +80,9 @@ joinRoom(const QString &alias);
 //! desired).
 void
 directChat(const QString &userId);
+//! Get the user's status message.
+QString
+statusMessage();
 //! Sets the user's status message (if supported by the homeserver).
 void
 setStatusMessage(const QString &message);