From e4b5eb30af94991e19ac324d5e6ec616e6a71d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 3 Dec 2023 22:52:26 +0100 Subject: Contacts with extended identity --- include/erebos/contact.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/erebos/contact.h') 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> prev; - vector>> identity; + vector identity; optional name; }; -- cgit v1.2.3