Skip to content

Commit 2f8b394

Browse files
authored
Add reason param to CreateAccountParams (#153)
Add `reason` param to CreateAccountParams
2 parents dbaa593 + 2055f0e commit 2f8b394

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/clients/masto/params.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export interface CreateAccountParams {
4848
email: string;
4949
/** Whether the user has been agreed to the agreement of the Mastodon instance */
5050
agreement: boolean;
51+
/** Message for approval */
52+
reason?: string;
5153
}
5254

5355
export interface ReportAccountParams {

0 commit comments

Comments
 (0)