mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update APFetchService
This commit is contained in:
parent
524c6d4558
commit
af87bf5038
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue