1
0

fix: contact person in masto instance endpoint

This commit is contained in:
Mar0xy
2023-09-25 03:26:05 +02:00
parent 3526880607
commit 1446514442
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
*