From 986973a6055ec5c7e2d5ab3d0a227d2cb9004056 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 6 Jan 2026 10:17:17 -0800 Subject: [PATCH] Accept hex pubkeys/npubs/nprofiles in ProfileMultiSelect --- src/app/components/ProfileMultiSelect.svelte | 22 ++++++++++++++++++++ src/lib/components/Suggestions.svelte | 5 ++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/app/components/ProfileMultiSelect.svelte b/src/app/components/ProfileMultiSelect.svelte index 66cb419d..87cfd310 100644 --- a/src/app/components/ProfileMultiSelect.svelte +++ b/src/app/components/ProfileMultiSelect.svelte @@ -1,4 +1,5 @@