fixed bug causing new forums and identities to not show up immediately

This commit is contained in:
csoler 2018-05-16 11:15:18 +02:00
parent 57cff61873
commit 4661329bee
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 7 additions and 1 deletions

View file

@ -952,6 +952,8 @@ void RsDataService::locked_updateGrpMetaCache(const RsGxsGrpMetaData& meta)
if(it != mGrpMetaDataCache.end())
*(it->second) = meta ;
else
mGrpMetaDataCache[meta.mGroupId] = new RsGxsGrpMetaData(meta) ;
}
void RsDataService::locked_clearGrpMetaCache(const RsGxsGroupId& gid)