khatru: update docs again, now it seems to be mostly up to date.

This commit is contained in:
fiatjaf
2025-10-20 18:22:08 -03:00
parent e1fbd09407
commit 8cf120c08f
10 changed files with 40 additions and 27 deletions
+3 -2
View File
@@ -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
}
}
```