pl-api: support account endorsements on mastodon
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -86,7 +86,7 @@ interface ReportAccountParams {
|
||||
/**
|
||||
* @category Request params
|
||||
*/
|
||||
type GetAccountEndorsementsParams = WithRelationshipsParam;
|
||||
type GetAccountEndorsementsParams = Omit<PaginationParams, 'min_id'> & WithRelationshipsParam;
|
||||
|
||||
/**
|
||||
* @category Request params
|
||||
|
||||
Reference in New Issue
Block a user