mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed bug in circles causing missing identities to block circle interaction in UI and data send/recv
This commit is contained in:
parent
9e94057a66
commit
f9bb886c27
@ -1400,6 +1400,7 @@ bool p3GxsCircles::cache_load_for_token(uint32_t token)
|
||||
std::cerr << " Unprocessed peers. Requesting reload..." << std::endl;
|
||||
#endif
|
||||
cache.mAllIdsHere = false;
|
||||
cache.mStatus = CircleEntryCacheStatus::UPDATING;
|
||||
|
||||
/* schedule event to try reload gxsIds */
|
||||
RsTickEvent::schedule_in(CIRCLE_EVENT_RELOADIDS, GXSID_LOAD_CYCLE, id.toStdString());
|
||||
|
Loading…
Reference in New Issue
Block a user