other useless quibbles.

This commit is contained in:
fiatjaf
2025-09-23 12:29:55 -03:00
parent 5727c1e477
commit 8b8693f4bf
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func main() {
relay.OnEvent = policies.SeqEvent(
// built-in policies
policies.ValidateKind,
policies.PreventLargeTags(100),
policies.RejectUnprefixedNostrReferences,
// define your own policies
func(ctx context.Context, event nostr.Event) (reject bool, msg string) {