mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 01:02:42 +00:00
Fix invites creation
This commit is contained in:
@@ -8,7 +8,7 @@ import { isTextChannel } from "./messages";
|
||||
const router: Router = Router();
|
||||
|
||||
export interface InviteCreateSchema {
|
||||
target_user_id?: string;
|
||||
target_user_id?: string | null;
|
||||
target_type?: string | null;
|
||||
validate?: string | null; // ? what is this
|
||||
max_age?: number;
|
||||
|
||||
Reference in New Issue
Block a user