improve performance of /v1/accounts/relationships
This commit is contained in:
@@ -342,7 +342,7 @@ export interface MegalodonInterface {
|
||||
* @param ids Array of account IDs.
|
||||
* @return Array of Relationship.
|
||||
*/
|
||||
getRelationships(ids: Array<string>): Promise<Response<Array<Entity.Relationship>>>
|
||||
getRelationships(ids: string | Array<string>): Promise<Response<Array<Entity.Relationship>>>
|
||||
/**
|
||||
* Search for matching accounts by username or display name.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user