Update HandleUpdateActivity

This commit is contained in:
Daniel Supernault 2023-06-06 05:47:45 -06:00
parent 1bf3ad7ed9
commit 5bea903409
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class HandleUpdateActivity implements ShouldQueue
}
if(isset($payload['object']['icon']) && isset($payload['object']['icon']['url'])) {
RemoteAvatarFetch::dispatch($profile, $payload['object']['icon']['url'])->onQueue('low');
RemoteAvatarFetchFromUrl::dispatch($profile, $payload['object']['icon']['url'])->onQueue('low');
} else {
$profile->avatar->update(['remote_url' => null]);
Cache::forget('avatar:' . $profile->id);