mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:04:22 +02:00
Improved relay post processing
This commit is contained in:
parent
a1b5ec94fb
commit
5afa4fa838
8 changed files with 153 additions and 100 deletions
|
@ -420,7 +420,7 @@ class HTTPSignature
|
|||
* @return array JSON array
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function fetch(string $request, int $uid): array
|
||||
public static function fetch(string $request, int $uid = 0): array
|
||||
{
|
||||
try {
|
||||
$curlResult = self::fetchRaw($request, $uid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue