Unified BBCode conversion, improved proxy functionality
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user