mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
update deps
This commit is contained in:
parent
f68b511256
commit
b943a02cda
@ -44,7 +44,7 @@
|
||||
"humanize-duration-ts": "^2.1.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsdom": "^16.6.0",
|
||||
"matrix-appservice-bridge": "^4.0.1",
|
||||
"matrix-appservice-bridge": "^5.0.0",
|
||||
"nedb": "^1.8.0",
|
||||
"parse-duration": "^1.0.2",
|
||||
"shell-quote": "^1.7.3",
|
||||
|
@ -31,7 +31,7 @@ class MjolnirAppService {
|
||||
public constructor() {
|
||||
this.bridge = new Bridge({
|
||||
homeserverUrl: "http://localhost:9999",
|
||||
domain: "localhost",
|
||||
domain: "localhost:9999",
|
||||
registration: "mjolnir-registration.yaml",
|
||||
controller: {
|
||||
onUserQuery: this.onUserQuery.bind(this),
|
||||
|
Loading…
Reference in New Issue
Block a user