mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add UserObserver
This commit is contained in:
parent
ec2bff95b6
commit
d84b0c1d41
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class UserObserver
|
|||
$profile->public_key = $pki_public;
|
||||
$profile->save();
|
||||
|
||||
CreateAvatar::dispatch($user);
|
||||
CreateAvatar::dispatch($profile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue