Compare commits

..

No commits in common. "7c24e2564f45d907041081dc196990c03c6eb59f" and "a293bdaf1c05aac58a15263c9e8988d4e0b00386" 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?;
let matrix_client = matrix_connect(&config).await.context("Failed to connect to Matrix")?;
let gitlab = warp::path!("hooks" / "gitlab")
.and(warp::path::end())