From 8c3564ee20836e9046f37de3fd1f156806d1fc8f Mon Sep 17 00:00:00 2001 From: highperfocused <24775431+mroxso@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:21:39 +0100 Subject: [PATCH] add count (NIP-45) --- relay/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/relay/main.go b/relay/main.go index e6745da..7564aad 100644 --- a/relay/main.go +++ b/relay/main.go @@ -49,6 +49,7 @@ func main() { relay.QueryEvents = append(relay.QueryEvents, db.QueryEvents) relay.DeleteEvent = append(relay.DeleteEvent, db.DeleteEvent) relay.ReplaceEvent = append(relay.ReplaceEvent, db.ReplaceEvent) + relay.CountEvents = append(relay.CountEvents, db.CountEvents) relay.RejectEvent = append( relay.RejectEvent,