fix: checks
This commit is contained in:
parent
354937abdd
commit
d521e95dda
2 changed files with 2 additions and 4 deletions
|
@ -219,7 +219,7 @@ export class ApiStatusMastodon {
|
|||
const client = getClient(BASE_URL, accessTokens);
|
||||
const body: any = _request.body;
|
||||
try {
|
||||
if (body.media_ids) body.media_ids = undefined;
|
||||
if (!body.media_ids) body.media_ids = undefined;
|
||||
if (body.media_ids && !body.media_ids.length) body.media_ids = undefined;
|
||||
if (body.media_ids) {
|
||||
body.media_ids = (body.media_ids as string[]).map((p) => convertId(p, IdType.SharkeyId));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue