Private servers with password and invite links (Experimental)

This commit is contained in:
2026-03-18 20:42:40 +01:00
parent f8fd78d21a
commit eb987ac672
54 changed files with 2910 additions and 286 deletions

View File

@@ -84,6 +84,7 @@ export interface RoomPayload {
topic?: string;
hostId: string;
password?: string;
hasPassword?: boolean;
isPrivate?: boolean;
createdAt: number;
userCount?: number;
@@ -93,6 +94,9 @@ export interface RoomPayload {
permissions?: unknown;
channels?: unknown[];
members?: unknown[];
sourceId?: string;
sourceName?: string;
sourceUrl?: string;
}
export interface BanPayload {