diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-03-14 22:43:44 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-03-23 21:37:30 +0100 |
commit | 29ade9784fe65ecd686b5e8e18d84e6acc30b37a (patch) | |
tree | 6cb1b29880701b1f1093e9f22525678b39449baf /include/erebos/identity.h | |
parent | 3357cbc91e7ff4d0d455c88785fc455067b34820 (diff) |
Direct message service
Diffstat (limited to 'include/erebos/identity.h')
-rw-r--r-- | include/erebos/identity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h index dce6093..7ba3f29 100644 --- a/include/erebos/identity.h +++ b/include/erebos/identity.h @@ -16,6 +16,8 @@ public: Stored<class PublicKey> keyMessage() const; + bool sameAs(const Identity &) const; + std::optional<Ref> ref() const; class Builder |