Skip to content

Commit

Permalink
missing await on mjolnirManager.createNew
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo authored and Gnuxie committed Sep 12, 2022
1 parent d664073 commit 99c9c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appservice/AppService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()!;
Expand Down

0 comments on commit 99c9c37

Please sign in to comment.