khatru: update docs again, now it seems to be mostly up to date.
This commit is contained in:
@@ -69,12 +69,13 @@ func handleWeatherQuery(ctx context.Context, filter nostr.Filter) iter.Seq[nostr
|
||||
}
|
||||
}
|
||||
evt.Sign(global.RelaySecretKey)
|
||||
ch <- evt
|
||||
if !yield(evt) {
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}()
|
||||
return ch, nil
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user