We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbeda0 commit 7750773Copy full SHA for 7750773
src/commands/DeactivateCommand.ts
@@ -48,7 +48,7 @@ defineInterfaceCommand({
48
if (!isAdmin) {
49
return CommandError.Result('I am not a Synapse administrator, or the endpoint to deactivate a user is blocked');
50
}
51
- await this.mjolnir.shutdownSynapseRoom(targetUser.toString());
+ await this.mjolnir.deactivateSynapseUser(targetUser.toString());
52
return CommandResult.Ok(undefined);
53
},
54
})
0 commit comments