X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FSalmon.php;h=9724f82df74ab6c6dac984eeb0e0e4bdb02431d2;hb=065d73f860e40e5e3c0646a39edd30997d34f72e;hp=321b913925f5cc120fa658dbf926d0773811abd4;hpb=ad6d11b371f90d925d13b6db523d6233346c8404;p=friendica.git diff --git a/src/Protocol/Salmon.php b/src/Protocol/Salmon.php index 321b913925..9724f82df7 100644 --- a/src/Protocol/Salmon.php +++ b/src/Protocol/Salmon.php @@ -1,6 +1,6 @@ fetch($ret[$x]); + $ret[$x] = DI::httpClient()->fetch($ret[$x], HttpClientAccept::MAGIC_KEY); + Logger::debug('Fetched public key', ['url' => $ret[$x]]); } } }