Nostr moderation policy.
Analyzes the event, possibly making calls to external sources, and then responds with a message to either accept or reject the event.
call(event: NostrEvent,signal?: AbortSignal,): Promise<NostrRelayOK>
Invoke the policy. If ok
is set to false, the application should not store or display the message.