mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-28 23:01:41 +02:00
sdk: include level1 follows in the wot.
This commit is contained in:
@@ -114,6 +114,8 @@ func (sys *System) loadWoT(ctx context.Context, pubkey string) (chan string, err
|
|||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
|
|
||||||
g.Go(func() error {
|
g.Go(func() error {
|
||||||
|
res <- f.Pubkey
|
||||||
|
|
||||||
ctx, cancel := context.WithTimeout(ctx, time.Second*7)
|
ctx, cancel := context.WithTimeout(ctx, time.Second*7)
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user