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.
- package/blun.mjs +1 -0
- 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
|
}
|