Config: add support for per-provider blockStreaming override
This commit is contained in:
@@ -466,6 +466,12 @@ export async function monitorIMessageProvider(
|
||||
ctx: ctxPayload,
|
||||
cfg,
|
||||
dispatcher,
|
||||
replyOptions: {
|
||||
disableBlockStreaming:
|
||||
typeof accountInfo.config.blockStreaming === "boolean"
|
||||
? !accountInfo.config.blockStreaming
|
||||
: undefined,
|
||||
},
|
||||
});
|
||||
if (!queuedFinal) return;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user