PixelFed -> Pixelfed

There was a remaining mix of capital-F "PixelFed" occurrences. This
changes everything to the same capitalization, "Pixelfed", for
consistency.
This commit is contained in:
Kirk Strauser 2019-06-05 18:21:19 -07:00
parent a63498c22c
commit 5d263d1c2e
No known key found for this signature in database
GPG key ID: B70F98F35084A13E
18 changed files with 21 additions and 21 deletions

View file

@ -287,7 +287,7 @@ XML;
$actor = Profile::whereKeyId($keyId)->whereNotNull('remote_url')->firstOrFail();
$res = Zttp::timeout(5)->withHeaders([
'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
'User-Agent' => 'PixelFedBot v0.1 - https://pixelfed.org',
'User-Agent' => 'PixelfedBot v0.1 - https://pixelfed.org',
])->get($actor->remote_url);
$res = json_decode($res->body(), true, 8);
if($res['publicKey']['id'] !== $actor->key_id) {