fixed update of identity list when avatar is changed and changed avatar to use ZoomableLabel

This commit is contained in:
csoler 2021-01-18 21:49:03 +01:00
parent 5d805e3798
commit ddc0a8c1ec
3 changed files with 31 additions and 5 deletions

View file

@ -644,6 +644,7 @@ void p3IdService::notifyChanges(std::vector<RsGxsNotify *> &changes)
case RsGxsNotify::TYPE_PROCESSED: break ; // Happens when the group is subscribed. This is triggered by RsGenExchange::subscribeToGroup, so better not
// call it again from here!!
case RsGxsNotify::TYPE_UPDATED:
case RsGxsNotify::TYPE_PUBLISHED:
{
auto ev = std::make_shared<RsGxsIdentityEvent>();