mirror of
https://github.com/friendica/friendica
synced 2025-04-25 12:30:11 +00:00
Fix remote login issues between Friendica instances
This commit is contained in:
parent
0966d5f1b4
commit
95faba4446
2 changed files with 1 additions and 3 deletions
|
@ -795,7 +795,7 @@ class Profile
|
|||
|
||||
// Authenticate the visitor.
|
||||
DI::userSession()->setMultiple([
|
||||
'authenticated' => 1,
|
||||
'authenticated' => 0,
|
||||
'visitor_id' => $visitor['id'],
|
||||
'visitor_handle' => $visitor['addr'],
|
||||
'visitor_home' => $visitor['url'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue