sdk: include level1 follows in the wot.

This commit is contained in:
fiatjaf
2025-04-04 14:34:16 -03:00
parent 72eeabd2f4
commit 087e6c220a

View File

@@ -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()