aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/presence.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-12-13 07:47:58 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-12-13 07:47:58 +0900
commit8dcda23ed210151904c9137067626eddae683822 (patch)
tree49328653d31d6dd68cd888e7aa7c121d48daf4cf /lib/csapi/presence.h
parent5b06b165ba2adec50099452bcf4c5f20009423ad (diff)
downloadlibquotient-8dcda23ed210151904c9137067626eddae683822.tar.gz
libquotient-8dcda23ed210151904c9137067626eddae683822.zip
Regenerate csapi/
Diffstat (limited to 'lib/csapi/presence.h')
-rw-r--r--lib/csapi/presence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/presence.h b/lib/csapi/presence.h
index 86b9d395..c8f80357 100644
--- a/lib/csapi/presence.h
+++ b/lib/csapi/presence.h
@@ -65,7 +65,7 @@ namespace QMatrixClient
/// The state message for this user if one was set.
const QString& statusMsg() const;
/// Whether the user is currently active
- bool currentlyActive() const;
+ Omittable<bool> currentlyActive() const;
protected:
Status parseJson(const QJsonDocument& data) override;