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| {