Bump version to v0.7.1; update relay icon URL.
Some checks failed
Go / build (push) Has been cancelled
Some checks failed
Go / build (push) Has been cancelled
This commit is contained in:
@@ -73,7 +73,7 @@ func (s *Server) HandleRelayInfo(w http.ResponseWriter, r *http.Request) {
|
|||||||
AuthRequired: s.Config.ACLMode != "none",
|
AuthRequired: s.Config.ACLMode != "none",
|
||||||
RestrictedWrites: s.Config.ACLMode != "none",
|
RestrictedWrites: s.Config.ACLMode != "none",
|
||||||
},
|
},
|
||||||
Icon: "https://cdn.satellite.earth/ac9778868fbf23b63c47c769a74e163377e6ea94d3f0f31711931663d035c4f6.png",
|
Icon: "https://i.nostr.build/6wGXAn7Zaw9mHxFg.png",
|
||||||
}
|
}
|
||||||
if err := json.NewEncoder(w).Encode(info); chk.E(err) {
|
if err := json.NewEncoder(w).Encode(info); chk.E(err) {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
v0.7.0
|
v0.7.1
|
||||||
Reference in New Issue
Block a user