diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:58:52 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:58:52 +0900 |
commit | b4aa613c82aabd0082dd68c1cf2e1598c19bb73e (patch) | |
tree | 45dcde9782ee035bd2fbea010df9eef16338e14d /lib/csapi/presence.h | |
parent | cda9a0f02cc3e779da378d0328f9d24c708b2600 (diff) | |
parent | 8dcda23ed210151904c9137067626eddae683822 (diff) | |
download | libquotient-b4aa613c82aabd0082dd68c1cf2e1598c19bb73e.tar.gz libquotient-b4aa613c82aabd0082dd68c1cf2e1598c19bb73e.zip |
Merge branch 'kitsune-omittable-bool' into kitsune-lazy-loading
Diffstat (limited to 'lib/csapi/presence.h')
-rw-r--r-- | lib/csapi/presence.h | 2 |
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; |