Compare commits

...

No commits in common. "a293bdaf1c05aac58a15263c9e8988d4e0b00386" and "7c24e2564f45d907041081dc196990c03c6eb59f" have entirely different histories.

View File

@ -147,7 +147,7 @@ async fn run() -> anyhow::Result<()> {
.context("Failed to parse bind_address")?;
let port = config.bind_port.unwrap_or(3000);
let matrix_client = matrix_connect(&config).await.context("Failed to connect to Matrix")?;
let matrix_client = matrix_connect(&config).await?;
let gitlab = warp::path!("hooks" / "gitlab")
.and(warp::path::end())