Change getPublicUrlForMxc function for authmedia

This commit is contained in:
Cadence Ember 2024-09-12 16:59:48 +12:00
commit decc32f7e6
6 changed files with 39 additions and 14 deletions

View file

@ -32,7 +32,6 @@ if (process.stdin.isTTY) {
} else {
Object.assign(passthrough.repl.context, extraContext)
}
// @ts-expect-error Says exit isn't assignable to a string
sync.addTemporaryListener(passthrough.repl, "exit", () => process.exit())
})
}