feat: improve gateway services and auto-reply commands

This commit is contained in:
Peter Steinberger
2026-01-11 02:17:10 +01:00
parent df55d45b6f
commit e0bf86f06c
52 changed files with 888 additions and 213 deletions
+1 -1
View File
@@ -877,7 +877,7 @@ export async function getReplyFromConfig(
allowTextCommands &&
!commandAuthorized &&
!baseBodyTrimmedRaw &&
hasControlCommand(commandSource)
hasControlCommand(commandSource, cfg)
) {
typing.cleanup();
return undefined;