diff --git a/canvas/src/components/tabs/ChannelsTab.tsx b/canvas/src/components/tabs/ChannelsTab.tsx index 4ee7f489..5249dba1 100644 --- a/canvas/src/components/tabs/ChannelsTab.tsx +++ b/canvas/src/components/tabs/ChannelsTab.tsx @@ -251,7 +251,7 @@ export function ChannelsTab({ workspaceId }: Props) { className="w-full text-xs bg-zinc-900 border border-zinc-700 rounded px-2 py-1.5 text-zinc-300 placeholder-zinc-600" /> )} -
+
{discoveredChats.length > 0 ? ( <> Chats: {formChatId || "(none selected)"} @@ -278,7 +278,7 @@ export function ChannelsTab({ workspaceId }: Props) { placeholder="123456789, 987654321" className="w-full text-xs bg-zinc-900 border border-zinc-700 rounded px-2 py-1.5 text-zinc-300 placeholder-zinc-600" /> -
+
Telegram user IDs. Leave empty to allow everyone.