diff --git a/src/app/components/Chat.svelte b/src/app/components/Chat.svelte index f9e51a80..cecdad9f 100644 --- a/src/app/components/Chat.svelte +++ b/src/app/components/Chat.svelte @@ -35,13 +35,13 @@ } from "@welshman/app" import Danger from "@assets/icons/danger-triangle.svg?dataurl" import Icon from "@lib/components/Icon.svelte" - import Link from "@lib/components/Link.svelte" import Spinner from "@lib/components/Spinner.svelte" import PageBar from "@lib/components/PageBar.svelte" import PageContent from "@lib/components/PageContent.svelte" import Divider from "@lib/components/Divider.svelte" import Button from "@lib/components/Button.svelte" import ProfileName from "@app/components/ProfileName.svelte" + import ProfileLink from "@app/components/ProfileLink.svelte" import ProfileCircle from "@app/components/ProfileCircle.svelte" import ProfileCircles from "@app/components/ProfileCircles.svelte" import ProfileDetail from "@app/components/ProfileDetail.svelte" @@ -51,7 +51,7 @@ import ChatComposeEdit from "@app/components/ChatComposeEdit.svelte" import ChatComposeParent from "@app/components/ChatComposeParent.svelte" import ThunkToast from "@app/components/ThunkToast.svelte" - import {userSettingsValues, PLATFORM_NAME, deriveChat} from "@app/core/state" + import {userSettingsValues, deriveChat} from "@app/core/state" import {pushModal} from "@app/util/modal" import {makeDelete, prependParent} from "@app/core/commands" import {pushToast} from "@app/util/toast" @@ -289,12 +289,14 @@
- In order to deliver messages, {PLATFORM_NAME} needs to know where to send them. Please make
- sure everyone in this conversation has set up their messaging relays.
+ Ask
+ {#each missingRelayLists as pubkey (pubkey)}
+
Direct messaging isn't currently enabled. Would you like to turn it on?
+