From 6c58f1e095f7dbe1e7e1654c1807a76276a2f3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 5 Jun 2021 23:10:24 +0200 Subject: Contact list in shared state --- include/erebos/attach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/erebos/attach.h') diff --git a/include/erebos/attach.h b/include/erebos/attach.h index 14e6af3..dab0110 100644 --- a/include/erebos/attach.h +++ b/include/erebos/attach.h @@ -39,7 +39,7 @@ template class Signed; struct AttachIdentity { - Stored> identity; + Stored> identity; vector> keys; static AttachIdentity load(const Ref &); -- cgit v1.2.3