mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
eee
This commit is contained in:
parent
7c144f6e60
commit
c160218de6
|
|
@ -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?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue