storkit: merge 449_bug_oauth_callback_url_ignores_port_cli_flag
This commit is contained in:
+1
-1
@@ -495,7 +495,7 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
matrix_shutdown_tx: Some(Arc::clone(&matrix_shutdown_tx)),
|
||||
};
|
||||
|
||||
let app = build_routes(ctx, whatsapp_ctx.clone(), slack_ctx.clone());
|
||||
let app = build_routes(ctx, whatsapp_ctx.clone(), slack_ctx.clone(), port);
|
||||
|
||||
// Optional Matrix bot: connect to the homeserver and start listening for
|
||||
// messages if `.storkit/bot.toml` is present and enabled.
|
||||
|
||||
Reference in New Issue
Block a user