Merge branch 'main' into expose-mta

This commit is contained in:
Aine
2022-09-23 10:44:00 +03:00
3 changed files with 7 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ func (b *Bot) initCommands() commandList {
{
key: roomOptionNoSend,
description: fmt.Sprintf(
"Get or set `%s` of the room (`true` - enable email sending; `false` - disable email sending)",
"Get or set `%s` of the room (`true` - disable email sending; `false` - enable email sending)",
roomOptionNoSend,
),
sanitizer: utils.SanitizeBoolString,