Restore as.listen() during setup

This commit is contained in:
Cadence Ember
2026-02-11 10:18:32 +13:00
parent c8b20719db
commit 33eef25cf1

View File

@@ -309,6 +309,7 @@ function defineEchoHandler() {
const {as} = require("../src/matrix/appservice")
as.router.use("/**", defineEchoHandler())
await as.listen()
console.log("⏳ Waiting for you to register the file with your homeserver... (Ctrl+C to cancel)")
process.once("SIGINT", () => {