kopia lustrzana https://github.com/pixelfed/pixelfed
Update HandleUpdateActivity
rodzic
1bf3ad7ed9
commit
5bea903409
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue