mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed bug from contact list branch. Identity flags (pgp-linked, contact) where resettet so signed lobbies did not work.
This commit is contained in:
parent
f30f71db8e
commit
e3f496f3d9
@ -1645,7 +1645,6 @@ RsGxsIdCache::RsGxsIdCache(const RsGxsIdGroupItem *item, const RsTlvSecurityKey
|
|||||||
void RsGxsIdCache::updateServiceString(std::string serviceString)
|
void RsGxsIdCache::updateServiceString(std::string serviceString)
|
||||||
{
|
{
|
||||||
details.mRecognTags.clear();
|
details.mRecognTags.clear();
|
||||||
details.mFlags = 0 ;
|
|
||||||
|
|
||||||
SSGxsIdGroup ssdata;
|
SSGxsIdGroup ssdata;
|
||||||
if (ssdata.load(serviceString))
|
if (ssdata.load(serviceString))
|
||||||
|
Loading…
Reference in New Issue
Block a user