mirror of
https://github.com/friendica/friendica
synced 2025-04-20 03:50:13 +00:00
Unified BBCode conversion, improved proxy functionality
This commit is contained in:
parent
81d2d4b70e
commit
8bb33dccd1
22 changed files with 61 additions and 35 deletions
|
@ -132,6 +132,17 @@ class User
|
|||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the Uri-Id of the system account
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
public static function getSystemUriId(): int
|
||||
{
|
||||
$system = self::getSystemAccount();
|
||||
return $system['uri-id'] ?? 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetch the system account
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue