mirror of
https://github.com/friendica/friendica
synced 2025-05-08 13:44:10 +02:00
API: We now support two more timeline api endpoints
This commit is contained in:
parent
d148ff0336
commit
dd38cc330f
7 changed files with 220 additions and 20 deletions
|
@ -46,7 +46,7 @@ class Accounts extends BaseApi
|
|||
DI::mstdnError()->RecordNotFound();
|
||||
}
|
||||
|
||||
$account = DI::mstdnAccount()->createFromContactId($id);
|
||||
$account = DI::mstdnAccount()->createFromContactId($id, self::getCurrentUserID());
|
||||
System::jsonExit($account);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue