mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
Move Model\Profile::getMyUrl to UserSessions
This commit is contained in:
parent
6a205b2e10
commit
3865733e18
3 changed files with 15 additions and 1 deletions
|
@ -65,6 +65,13 @@ interface IHandleUserSessions extends IHandleSessions
|
|||
*/
|
||||
public function getUserIDForVisitorContactID(int $cid): int;
|
||||
|
||||
/**
|
||||
* Returns the account URL of the currently logged in user
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getMyUrl(): string;
|
||||
|
||||
/**
|
||||
* Returns if the current visitor is authenticated
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue