fix: get account statuses for local users
This commit is contained in:
parent
97749e6722
commit
3526880607
3 changed files with 7 additions and 4 deletions
|
@ -107,6 +107,7 @@ export class ApiAccountMastodon {
|
|||
const data = await this.client.getAccountStatuses(
|
||||
convertId((this.request.params as any).id, IdType.SharkeyId),
|
||||
convertTimelinesArgsId(argsToBools(limitToInt(this.request.query as any))),
|
||||
this.BASE_URL,
|
||||
);
|
||||
return data.data.map((status) => convertStatus(status));
|
||||
} catch (e: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue