fixed bug in circles causing missing identities to block circle interaction in UI and data send/recv

This commit is contained in:
csoler 2020-11-14 23:40:03 +01:00
parent 9e94057a66
commit f9bb886c27

View File

@ -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());