From 23e234a87b0a269f38d0d2f33bfc814bf7346310 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 12 Aug 2023 00:43:00 +1000 Subject: update invites endpoints to support latest api --- src/util/schemas/InviteCreateSchema.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/schemas/InviteCreateSchema.ts') diff --git a/src/util/schemas/InviteCreateSchema.ts b/src/util/schemas/InviteCreateSchema.ts index 6cdc0214..92333e77 100644 --- a/src/util/schemas/InviteCreateSchema.ts +++ b/src/util/schemas/InviteCreateSchema.ts @@ -26,4 +26,5 @@ export interface InviteCreateSchema { unique?: boolean; target_user?: string; target_user_type?: number; + flags?: number; } -- cgit 1.5.1