-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Description
When creating a chat automation using the /chat-automation-create command, the modal UI indicates that Users and Channels fields are optional:
- Users: “leave empty for any user”
- Channels: “leave empty for current channel”
However, if these fields are left empty and the automation is submitted, the automation is not created and the app fails silently.
The network response shows success: false, but:
- No error message is shown to the user
- No automation appears in the list
Steps to Reproduce
- Run
/chat-automation-create - Leave Users empty
- Leave Channels empty
- Fill Condition, Action, and Response
- Submit the modal
Actual Behavior
- Automation is not created
/chat-automation listshows nothing
Expected Behavior
- Automation should be created successfully
- Empty Users should mean “any user”
- Empty Channels should default to the current channel
Video Of Current Behavior
Screencast.from.2026-01-29.22-05-42.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels