diff --git a/src/pages/ChatPage.tsx b/src/pages/ChatPage.tsx index e5792e0..4004d30 100644 --- a/src/pages/ChatPage.tsx +++ b/src/pages/ChatPage.tsx @@ -33,7 +33,7 @@ function timeOf(iso?: string): string { const X_TYPES = ['general', 'work', 'report', 'discuss', 'triage', 'custom'] as const type XType = (typeof X_TYPES)[number] -type GuildChannel = { id: string; name: string; guildId?: string; xType?: XType; isMember?: boolean } +type GuildChannel = { id: string; name: string; guildId?: string; xType?: XType; isMember?: boolean; isPublic?: boolean } type MemberItem = { userId: string; email: string; name: string; status: string } export default function ChatPage() { @@ -514,7 +514,7 @@ export default function ChatPage() { {showMembers ? (