add count (NIP-45)

This commit is contained in:
highperfocused 2025-02-13 22:21:39 +01:00
parent 021552cde2
commit 8c3564ee20

View File

@ -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,