diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-12-03 22:52:26 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-12-06 21:39:48 +0100 |
commit | e4b5eb30af94991e19ac324d5e6ec616e6a71d36 (patch) | |
tree | 9f24da69308d98e5fe980602cb67e6b11600eff5 /include/erebos/contact.h | |
parent | 40230a02c0630be311fb27aa68cd5e441801e67d (diff) |
Contacts with extended identity
Diffstat (limited to 'include/erebos/contact.h')
-rw-r--r-- | include/erebos/contact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/contact.h b/include/erebos/contact.h index 963e22a..9008ce7 100644 --- a/include/erebos/contact.h +++ b/include/erebos/contact.h @@ -57,7 +57,7 @@ struct ContactData Ref store(const Storage &) const; vector<Stored<ContactData>> prev; - vector<Stored<Signed<IdentityData>>> identity; + vector<StoredIdentityPart> identity; optional<string> name; }; |