blun-king-cli 9.1.384 → 9.1.385
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 +2 -0
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -518233,6 +518233,8 @@ var BlunTUI = class {
|
|
|
518233
518233
|
}
|
|
518234
518234
|
setStartupReady() {
|
|
518235
518235
|
this.state.startupState = "ready";
|
|
518236
|
+
this.requestQueueDrain();
|
|
518237
|
+
this.channelQueueDeadline.requestDeliveryNow();
|
|
518236
518238
|
}
|
|
518237
518239
|
clearQueuedMessages() {
|
|
518238
518240
|
this.state.queuedMessages = [];
|