fix: contact person in masto instance endpoint
This commit is contained in:
@@ -156,7 +156,7 @@ export interface MegalodonInterface {
|
||||
* @param id The account ID.
|
||||
* @return An account.
|
||||
*/
|
||||
getAccount(id: string): Promise<Response<Entity.Account>>
|
||||
getAccount(id: string, host?: string): Promise<Response<Entity.Account>>
|
||||
/**
|
||||
* Statuses posted to the given account.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user