From 40230a02c0630be311fb27aa68cd5e441801e67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 2 Dec 2023 12:55:46 +0100 Subject: Accept extended identity from device attachment --- src/state.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/state.cpp') diff --git a/src/state.cpp b/src/state.cpp index 8e5dcad..40d4eec 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -25,9 +25,9 @@ LocalState::LocalState(const Ref & ref): p->shared.tip = rec->items("shared").as(); if (p->identity) { - vector>> updates; + vector updates; for (const auto & r : lookupShared(SharedType>::id)) - updates.push_back(Stored>::load(r)); + updates.push_back(StoredIdentityPart::load(r)); if (!updates.empty()) p->identity = p->identity->update(updates); } -- cgit v1.2.3