Update ManagementRoomOutput for MPS.

This commit is contained in:
gnuxie
2023-12-09 14:43:54 +00:00
parent 87c09d8719
commit 2fd2745dc3
2 changed files with 12 additions and 8 deletions
+3
View File
@@ -86,6 +86,9 @@ export class Draupnir {
public readonly synapseAdminClient?: SynapseAdminClient
) {
this.managementRoomID = this.managementRoom.toRoomIDOrAlias();
this.managementRoomOutput = new ManagementRoomOutput(
this.managementRoomID, this.clientUserID, this.client, this.config
);
this.reactionHandler = new MatrixReactionHandler(this.managementRoom.toRoomIDOrAlias(), client, clientUserID);
this.setupMatrixEmitterListeners();
this.reportManager = new ReportManager(this);