mirror of
https://github.com/friendica/friendica
synced 2025-04-30 07:44:22 +02:00
Adapt UserSession
- Move from App methods to UserSession methods - Deprecate corresponding App methods
This commit is contained in:
parent
c376605dd2
commit
bfc1c157f1
6 changed files with 62 additions and 46 deletions
|
@ -392,9 +392,6 @@ class Authentication
|
|||
}
|
||||
}
|
||||
|
||||
$a->setLoggedInUserId($user_record['uid']);
|
||||
$a->setLoggedInUserNickname($user_record['nickname']);
|
||||
|
||||
if ($login_initial) {
|
||||
Hook::callAll('logged_in', $user_record);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue