mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -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
1 changed files with 0 additions and 1 deletions
|
@ -1645,7 +1645,6 @@ RsGxsIdCache::RsGxsIdCache(const RsGxsIdGroupItem *item, const RsTlvSecurityKey
|
|||
void RsGxsIdCache::updateServiceString(std::string serviceString)
|
||||
{
|
||||
details.mRecognTags.clear();
|
||||
details.mFlags = 0 ;
|
||||
|
||||
SSGxsIdGroup ssdata;
|
||||
if (ssdata.load(serviceString))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue