implement transparent mode

This commit is contained in:
mbecker20
2024-05-23 02:19:42 -07:00
parent ec47bb11ee
commit e8cfc13342
16 changed files with 75 additions and 135 deletions

View File

@@ -211,6 +211,7 @@ impl Resolve<GetCoreInfo, User> for State {
.github_webhook_base_url
.clone()
.unwrap_or_else(|| config.host.clone()),
transparent_mode: config.transparent_mode,
})
}
}