Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/619/head
Maxence Lange 2019-07-05 00:42:59 -01:00
rodzic 6f549f0b64
commit 502d94316b
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -180,6 +180,7 @@ class FollowService {
* @throws ItemUnknownException
* @throws UrlCloudException
* @throws RequestResultNotJsonException
* @throws UnauthorizedFediverseException
*/
public function unfollowAccount(Person $actor, string $account) {
$remoteActor = $this->cacheActorService->getFromAccount($account);

Wyświetl plik

@ -357,7 +357,7 @@ class SignatureService {
foreach ($keys as $key) {
if ($key === '(request-target)') {
$estimated .= "(request-target): " . $target;
$estimated .= "(request-target): " . $target . "\n";
continue;
}