This commit is contained in:
aprilthepink 2024-04-18 04:16:33 +02:00
parent 7c144f6e60
commit c160218de6

View file

@ -105,6 +105,7 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
let data = FederationConfig::builder()
.domain(env::var("FEDERATED_DOMAIN").expect("FEDERATED_DOMAIN must be set"))
.app_data(state.clone())
.http_signature_compat(true)
.build()
.await?;