diff options
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; }; |