mirror of
https://github.com/friendica/friendica
synced 2025-01-22 12:19:46 +00:00
Function is changed to "private"
This commit is contained in:
parent
f5337904e4
commit
120b60c5ee
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ class Receiver
|
||||||
*
|
*
|
||||||
* @return int user id
|
* @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;
|
$uid = 0;
|
||||||
$actor = $actor ?: JsonLD::fetchElement($activity, 'as:actor', '@id') ?? '';
|
$actor = $actor ?: JsonLD::fetchElement($activity, 'as:actor', '@id') ?? '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue