Only load messages on message page, avoid duplicates

This commit is contained in:
Jon Staab
2024-11-12 16:44:34 -08:00
parent 48e2fff4f8
commit 89a9d37379
4 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
class="group relative flex w-full flex-col gap-1 p-2 text-left transition-colors {inert
? 'hover:bg-base-300'
: ''}">
<div class="flex w-full gap-3">
<div class="flex w-full gap-3 overflow-auto">
{#if showPubkey}
<Link external href={pubkeyLink(event.pubkey)} class="flex items-start">
<Avatar src={$profile?.picture} class="border border-solid border-base-content" size={10} />