forked from coracle/zooid
Use coracle fork of nostrlib so supported nips is a list of strings
This commit is contained in:
+1
-1
@@ -332,5 +332,5 @@ func (g *GroupStore) CheckWrite(event nostr.Event) string {
|
||||
// Middleware
|
||||
|
||||
func (g *GroupStore) Enable(instance *Instance) {
|
||||
instance.Relay.Info.SupportedNIPs = append(instance.Relay.Info.SupportedNIPs, 29)
|
||||
instance.Relay.Info.SupportedNIPs = append(instance.Relay.Info.SupportedNIPs, "29")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user