mirror of
https://github.com/friendica/friendica
synced 2025-04-23 09:50:11 +00:00
Delay unprepared posts
This commit is contained in:
parent
c787281eff
commit
0eb4a600b0
8 changed files with 58 additions and 25 deletions
|
@ -2910,8 +2910,8 @@ class Item
|
|||
$datarray['api_source'] = true;
|
||||
|
||||
// We have to tell the hooks who we are - this really should be improved
|
||||
$_SESSION["authenticated"] = true;
|
||||
$_SESSION["uid"] = $contact['uid'];
|
||||
$_SESSION['authenticated'] = true;
|
||||
$_SESSION['uid'] = $contact['uid'];
|
||||
|
||||
return (bool)$result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue