feat: Allow admin to create new text channels
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { Channel } from '../../../shared-kernel';
|
||||
|
||||
export type ServerEndpointStatus = 'online' | 'offline' | 'checking' | 'unknown' | 'incompatible';
|
||||
|
||||
export interface ServerInfo {
|
||||
@@ -14,6 +16,7 @@ export interface ServerInfo {
|
||||
hasPassword?: boolean;
|
||||
isPrivate: boolean;
|
||||
tags?: string[];
|
||||
channels?: Channel[];
|
||||
createdAt: number;
|
||||
sourceId?: string;
|
||||
sourceName?: string;
|
||||
|
||||
Reference in New Issue
Block a user