blun-king-cli 9.1.379 → 9.1.380

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/blun.mjs +1 -0
  2. package/package.json +1 -1
package/blun.mjs CHANGED
@@ -517431,6 +517431,7 @@ var BlunTUI = class {
517431
517431
  })), ...this.state.queuedMessages];
517432
517432
  this.updateQueueDisplay();
517433
517433
  this.state.ui.requestRender();
517434
+ if (this.state.queuedMessages[0]?.mode === "channel") this.channelQueueDeadline.requestDeliveryNow();
517434
517435
  this.scheduleQueueDrain();
517435
517436
  return false;
517436
517437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.379",
3
+ "version": "9.1.380",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {