mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 00:05:29 +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->public_key = $pki_public;
|
||||||
$profile->save();
|
$profile->save();
|
||||||
|
|
||||||
CreateAvatar::dispatch($user);
|
CreateAvatar::dispatch($profile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue