mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-05 07:11:24 +00:00
Update ManagementRoomOutput for MPS.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user