diff --git a/static/src/app/methods/message.ts b/static/src/app/methods/message.ts index 6dade00..7e0c77b 100644 --- a/static/src/app/methods/message.ts +++ b/static/src/app/methods/message.ts @@ -197,15 +197,6 @@ export const messageMethods = { } const message = text; - const isCommand = hasText && !hasImages && !hasVideos && message.startsWith('/'); - if (isCommand) { - await this.executeSystemCommand(message, { showToast: false }); - this.inputClearMessage(); - this.inputClearSelectedImages(); - this.inputClearSelectedVideos(); - this.autoResizeInput(); - return; - } const wasBlank = this.isConversationBlank(); if (wasBlank) {