diff --git a/src/backend/chat/commands/chat-command-handler.ts b/src/backend/chat/commands/chat-command-handler.ts index 2fadbd997..7bf0b4a0a 100644 --- a/src/backend/chat/commands/chat-command-handler.ts +++ b/src/backend/chat/commands/chat-command-handler.ts @@ -258,7 +258,7 @@ class CommandHandler { .replace("{reason}", reason), null, null, - firebotChatMessage.id + restrictionData.sendAsReply === true ? firebotChatMessage.id : undefined ); } diff --git a/src/gui/app/directives/restrictions/restrictionsSection.js b/src/gui/app/directives/restrictions/restrictionsSection.js index 9dc388329..5bf9b3f0c 100644 --- a/src/gui/app/directives/restrictions/restrictionsSection.js +++ b/src/gui/app/directives/restrictions/restrictionsSection.js @@ -59,7 +59,14 @@ +
+