Skip to content

Commit

Permalink
signal support of nip-70
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Nov 28, 2024
1 parent 8c03434 commit 7ffb1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions realy/handlerelayinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func (s *Server) HandleNIP11(w http.ResponseWriter, r *http.Request) {
ri.EventTreatment,
ri.CommandResults,
ri.ParameterizedReplaceableEvents,
ri.ProtectedEvents,
)
var auther relay.Authenticator
if auther, ok = s.relay.(relay.Authenticator); ok && auther.ServiceUrl(r) != "" {
Expand Down
2 changes: 1 addition & 1 deletion realy/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.17
v1.2.18

0 comments on commit 7ffb1c9

Please sign in to comment.