API: We now support two more timeline api endpoints
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user