We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minAge
reasonRequired
Instance
1 parent 2f38c45 commit a57620eCopy full SHA for a57620e
1 file changed
src/mastodon/entities/v2/instance.ts
@@ -108,6 +108,10 @@ export interface InstanceRegistrations {
108
approvalRequired: boolean;
109
/** A custom message to be shown when registrations are closed. */
110
message?: string | null;
111
+ /** Description: A minimum age required to register, if configured. */
112
+ minAge?: number | null;
113
+ /** Whether registrations require the user to provide a reason for joining. Only applicable when `registrations[approval_required]` is true. */
114
+ reasonRequired?: boolean | null;
115
}
116
117
export interface InstanceContact {
0 commit comments