diff --git a/src/app/components/Chat.svelte b/src/app/components/Chat.svelte index 97c76f93..f9e51a80 100644 --- a/src/app/components/Chat.svelte +++ b/src/app/components/Chat.svelte @@ -65,7 +65,7 @@ const chat = deriveChat(pubkeys) const others = remove($pubkey!, pubkeys) - const missingRelayLists = $derived(pubkeys.filter(pk => !$messagingRelayListsByPubkey.has(pk))) + const missingRelayLists = $derived(others.filter(pk => !$messagingRelayListsByPubkey.has(pk))) const showMembers = () => others.length === 1 @@ -279,35 +279,12 @@ {/if} - {#if remove($pubkey, missingRelayLists).length > 0} - {@const count = remove($pubkey, missingRelayLists).length} - {@const label = count > 1 ? "lists are" : "list is"} -
-
- In order to deliver messages, {PLATFORM_NAME} needs to know where to send them. Please visit - your relay settings page to receive messages. -
-