mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
missing await on mjolnirManager.createNew
This commit is contained in:
parent
ad6e787486
commit
67557047c5
@ -63,7 +63,7 @@ export class MjolnirAppService {
|
||||
}
|
||||
})).room_id;
|
||||
|
||||
this.mjolnirManager.createNew(requestingUserId, managementRoomId, mjIntent.matrixClient);
|
||||
await this.mjolnirManager.createNew(requestingUserId, managementRoomId, mjIntent.matrixClient);
|
||||
// Technically the mjolnir is a remote user, but also not because it's matrix-matrix.
|
||||
//const mjAsRemote = new RemoteUser(mjIntent.userId)
|
||||
//const bridgeStore = this.bridge.getUserStore()!;
|
||||
|
Loading…
Reference in New Issue
Block a user