diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-12-15 22:13:36 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-12-16 21:12:13 +0100 |
commit | 0bcef826baaa6a335d8fddafdbebd00fbf421c2c (patch) | |
tree | 37abb37f8b811923e25180abeac3307d15f0b9ca /src/state.cpp | |
parent | e4b5eb30af94991e19ac324d5e6ec616e6a71d36 (diff) |
Use extended identity data for name
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
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); |