pl-api: support account endorsements on mastodon

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-19 10:32:55 +02:00
parent ef52459bb3
commit 8d8babe250
3 changed files with 10 additions and 6 deletions

View File

@ -86,7 +86,7 @@ interface ReportAccountParams {
/**
* @category Request params
*/
type GetAccountEndorsementsParams = WithRelationshipsParam;
type GetAccountEndorsementsParams = Omit<PaginationParams, 'min_id'> & WithRelationshipsParam;
/**
* @category Request params