Update config

This commit is contained in:
Jon Staab
2025-09-23 17:16:18 -07:00
parent 6642cba977
commit a337da1757
7 changed files with 95 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
package zooid
import (
"fiatjaf.com/nostr/khatru"
)
func EnableGroups(config *Config, relay *khatru.Relay) {
relay.Info.SupportedNIPs = append(relay.Info.SupportedNIPs, 29)
}