1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Add UserObserver

This commit is contained in:
Daniel Supernault 2018-05-31 21:15:20 -06:00
parent ec2bff95b6
commit d84b0c1d41

View file

@ -34,7 +34,7 @@ class UserObserver
$profile->public_key = $pki_public;
$profile->save();
CreateAvatar::dispatch($user);
CreateAvatar::dispatch($profile);
}
}