summary refs log tree commit diff
path: root/src/util/schemas/InviteCreateSchema.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 00:43:00 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 00:43:00 +1000
commit23e234a87b0a269f38d0d2f33bfc814bf7346310 (patch)
treee31357a72d17405faadb994af6d7a65e96524cc3 /src/util/schemas/InviteCreateSchema.ts
parentgoof (diff)
downloadserver-23e234a87b0a269f38d0d2f33bfc814bf7346310.tar.xz
update invites endpoints to support latest api
Diffstat (limited to '')
-rw-r--r--src/util/schemas/InviteCreateSchema.ts1
1 files changed, 1 insertions, 0 deletions
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; }