Wait for ping to work during setup

This commit is contained in:
Cadence Ember 2024-09-05 16:48:53 +12:00
commit 7d42a530e7
3 changed files with 92 additions and 35 deletions

View file

@ -78,5 +78,6 @@ async function withAccessToken(token, callback) {
}
module.exports.MatrixServerError = MatrixServerError
module.exports.baseUrl = baseUrl
module.exports.mreq = mreq
module.exports.withAccessToken = withAccessToken