From 923d96bd7f6dfcdc1a8dbdb610d0d2fcd27d3eb3 Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 26 Mar 2024 21:09:49 +0100 Subject: [PATCH] fix: are these the issue? --- src/dispatcher.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispatcher.rs b/src/dispatcher.rs index 3d51d0e7..4dcf6ea7 100644 --- a/src/dispatcher.rs +++ b/src/dispatcher.rs @@ -112,6 +112,7 @@ async fn deliver(key: &PKey, to: &str, from: &str, payload: serde_json: let path = to.replace("https://", "").replace("http://", "").replace(&host, ""); let signature_header = Config::new() + .dont_use_created_field() .begin_sign("POST", &path, headers) .unwrap() .sign(format!("{from}#main-key"), |to_sign| {