Rename channel to room

This commit is contained in:
Jon Staab
2025-10-30 15:36:14 -07:00
parent dbaa0f5d49
commit a324dad2ba
36 changed files with 148 additions and 148 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
import Content from "@app/components/Content.svelte"
import ProfileLink from "@app/components/ProfileLink.svelte"
import ThreadActions from "@app/components/ThreadActions.svelte"
import ChannelLink from "@app/components/ChannelLink.svelte"
import RoomLink from "@app/components/RoomLink.svelte"
import {makeThreadPath} from "@app/util/routes"
type Props = {
@@ -39,7 +39,7 @@
Posted by
<ProfileLink pubkey={event.pubkey} {url} />
{#if h}
in <ChannelLink {url} {h} />
in <RoomLink {url} {h} />
{/if}
</span>
<ThreadActions showActivity {url} {event} />