summaryrefslogtreecommitdiff
path: root/src/state.cpp
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-12-15 22:13:36 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2023-12-16 21:12:13 +0100
commit0bcef826baaa6a335d8fddafdbebd00fbf421c2c (patch)
tree37abb37f8b811923e25180abeac3307d15f0b9ca /src/state.cpp
parente4b5eb30af94991e19ac324d5e6ec616e6a71d36 (diff)
Use extended identity data for name
Diffstat (limited to 'src/state.cpp')
-rw-r--r--src/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp
index 40d4eec..31171d7 100644
--- a/src/state.cpp
+++ b/src/state.cpp
@@ -38,7 +38,7 @@ Ref LocalState::store(const Storage & st) const
vector<Record::Item> items;
if (p->identity)
- items.emplace_back("id", *p->identity->ref());
+ items.emplace_back("id", *p->identity->extRef());
for (const auto & x : p->shared.tip)
items.emplace_back("shared", x);