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:
parent
a63498c22c
commit
5d263d1c2e
18 changed files with 21 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue