added notification for circle cache updates to avoid the need for an additional UI timer

This commit is contained in:
csoler 2020-02-11 16:37:53 +01:00
parent e4f243694b
commit f75d0add47
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 42 additions and 8 deletions

View file

@ -429,6 +429,7 @@ void IdDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
case RsGxsCircleEventCode::CIRCLE_MEMBERSHIP_LEAVE:
case RsGxsCircleEventCode::CIRCLE_MEMBERSHIP_JOIN:
case RsGxsCircleEventCode::CIRCLE_MEMBERSHIP_REVOQUED:
case RsGxsCircleEventCode::CACHE_DATA_UPDATED:
updateCircles();
default: