Skip to content

Commit

Permalink
fix: Restore missing skipPolling param
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Apr 29, 2024
1 parent bbfb99d commit 620c895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mastodon/rest/v2/media-attachment-repository.ts
Expand Up @@ -25,7 +25,7 @@ export interface MediaAttachmentRepository {
* @see https://docs.joinmastodon.org/methods/statuses/media/
*/
create(
params: CreateMediaAttachmentParams,
params: CreateMediaAttachmentParams & CreateMediaAttachmentExtraParams,
meta?: HttpMetaParams<"multipart-form">,
): Promise<MediaAttachment>;
}

0 comments on commit 620c895

Please sign in to comment.