Function is changed to "private"
This commit is contained in:
parent
f5337904e4
commit
120b60c5ee
|
@ -1099,7 +1099,7 @@ class Receiver
|
|||
*
|
||||
* @return int user id
|
||||
*/
|
||||
public static function getBestUserForActivity(array $activity, string $actor = '', string $http_signer): int
|
||||
private static function getBestUserForActivity(array $activity, string $actor, string $http_signer): int
|
||||
{
|
||||
$uid = 0;
|
||||
$actor = $actor ?: JsonLD::fetchElement($activity, 'as:actor', '@id') ?? '';
|
||||
|
|
Loading…
Reference in a new issue