Improve login screen

This commit is contained in:
Jon Staab
2024-10-14 12:35:08 -07:00
parent 1be288dcd9
commit 5621ffd1eb
14 changed files with 196 additions and 56 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
export let messages: TrustedEvent[]
const message = messages[0]
const others = remove($pubkey, pubkeys)
const others = remove($pubkey!, pubkeys)
const active = $page.params.chat === id
const missingInbox = derived(inboxRelaySelectionsByPubkey, $m => others.some(pk => !$m.has(pk)))