mirror of
https://github.com/friendica/friendica
synced 2025-05-01 08:24:23 +02:00
Merge pull request #11018 from annando/api-status
API: The status is now an object
This commit is contained in:
commit
dbcaf51923
44 changed files with 4316 additions and 3593 deletions
|
@ -78,9 +78,9 @@ class BasicAuth
|
|||
return [];
|
||||
}
|
||||
|
||||
if (!empty(self::$current_token)) {
|
||||
return self::$current_token;
|
||||
}
|
||||
//if (!empty(self::$current_token)) {
|
||||
// return self::$current_token;
|
||||
//}
|
||||
|
||||
$source = $_REQUEST['source'] ?? '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue