From b5a3fd4d8e0fc09ee398724854597fe8348f204e Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 10 May 2026 00:03:19 +0000 Subject: [PATCH] Append .hang suffix to broadcast names Watch defaults to bbb.hang on the demo path; publish components generate -.hang names. https://claude.ai/code/session_01LMRniVBb54fti5yCjTdhTv --- src/components/publish-embed.tsx | 2 +- src/components/publish.tsx | 2 +- src/components/watch-embed.tsx | 2 +- src/components/watch.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/publish-embed.tsx b/src/components/publish-embed.tsx index 9acdcee..31180cf 100644 --- a/src/components/publish-embed.tsx +++ b/src/components/publish-embed.tsx @@ -2,7 +2,7 @@ import { adjectives, animals, uniqueNamesGenerator } from "unique-names-generato import hljs from "@/lib/highlight"; export default function PublishEmbed() { - const name = uniqueNamesGenerator({ dictionaries: [adjectives, animals], separator: "-" }); + const name = `${uniqueNamesGenerator({ dictionaries: [adjectives, animals], separator: "-" })}.hang`; const url = new URL("/anon", import.meta.env.PUBLIC_RELAY_URL); const embedHtml = `