You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent queue from interfering with manual approval workflow
- Queue processing now pauses when approval buttons are showing (enableButtons is true)
- Messages typed during approval requests are queued instead of being sent immediately
- This prevents the unintended auto-rejection behavior when using QUEUE with manual approval
Fixes#6996
0 commit comments