From 087e6c220abe1a0ff7e51899797929fa745d2dc9 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 4 Apr 2025 14:34:16 -0300 Subject: [PATCH] sdk: include level1 follows in the wot. --- sdk/wot.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/wot.go b/sdk/wot.go index 1f527fd..dcc5d82 100644 --- a/sdk/wot.go +++ b/sdk/wot.go @@ -114,6 +114,8 @@ func (sys *System) loadWoT(ctx context.Context, pubkey string) (chan string, err wg.Add(1) g.Go(func() error { + res <- f.Pubkey + ctx, cancel := context.WithTimeout(ctx, time.Second*7) defer cancel()