From 974f5a53066d49b17248500b3be9b2d646bc72ee Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 1 Nov 2023 23:03:04 -0700 Subject: [PATCH] Disable loadReactions --- src/app/shared/Note.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shared/Note.svelte b/src/app/shared/Note.svelte index af3c4785..7a7c3058 100644 --- a/src/app/shared/Note.svelte +++ b/src/app/shared/Note.svelte @@ -170,9 +170,9 @@ loadPubkeys([event.pubkey]) - for await (const c of loadReactions(event.id, hints)) { - console.log(event.id, c) - } + // for await (const c of loadReactions(event.id, hints)) { + // console.log(event.id, c) + // } const kinds = [1, 7]