improve connedit: refresh photo on ap

This commit is contained in:
nobody 2021-03-12 12:37:11 -08:00
parent 2f3a618eb5
commit 9088d135b6

View file

@ -415,6 +415,9 @@ class Connedit extends Controller {
}
}
else {
if ($orig_record['xchan_network'] === 'activitypub') {
ActivityPub::discover($orig_record['xchan_hash'],true);
}
// if they are on a different network we'll force a refresh of the connection basic info
Run::Summon( [ 'Notifier', 'permissions_update', $contact_id ]);
}