add event to openapi, properly implement relay accept event policy and auth with owners set

This commit is contained in:
2025-07-23 23:10:39 +01:00
parent eac5e05e77
commit bfa38822e0
76 changed files with 1058 additions and 358 deletions

View File

@@ -302,7 +302,7 @@ func (r *Client) ConnectWithTLS(ctx context.T, tlsConfig *tls.Config) error {
if ok = r.signatureChecker(env.Event); !ok {
log.E.F(
"{%s} bad signature on %s\n", r.URL,
env.Event.Id,
env.Event.ID,
)
continue
}