Skip to content

Commit

Permalink
fix broken signature on AcceptReq
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Nov 30, 2024
1 parent ff007ac commit eb86a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/realy/app/implementation.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (r *Relay) AcceptEvent(c context.T, evt *event.T, hr *http.Request, origin
return
}

func (r *Relay) AcceptReq(c Ctx, hr *http.Request, idB, ff *filters.T,
func (r *Relay) AcceptReq(c Ctx, hr *http.Request, id B, ff *filters.T,
authedPubkey B) (allowed *filters.T, ok bool) {
// if the authenticator is enabled we require auth to process requests
if !r.AuthEnabled() {
Expand Down
2 changes: 1 addition & 1 deletion realy/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.25
v1.2.26

0 comments on commit eb86a60

Please sign in to comment.