diff --git a/app/Services/ActivityPubFetchService.php b/app/Services/ActivityPubFetchService.php index 765c62765..cdfe81438 100644 --- a/app/Services/ActivityPubFetchService.php +++ b/app/Services/ActivityPubFetchService.php @@ -14,7 +14,7 @@ class ActivityPubFetchService public $url; public $headers = [ 'Accept' => 'application/activity+json, application/json', - 'User-Agent' => 'PixelfedBot - https://pixelfed.org' + 'User-Agent' => '(Pixelfed/'.config('pixelfed.version').'; +'.config('app.url').')' ]; public static function queue()