mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 13:13:06 +00:00
fix: resolve post-rebase boundary drift
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
20b57f1d7dd9545d6812b895d896d9441e30867f00598e3eb7cab0ae916eb0f2 plugin-sdk-api-baseline.json
|
||||
164c2da632598f9d84789926bd6589347420db949da3461096cfb32c82cf47c1 plugin-sdk-api-baseline.jsonl
|
||||
39ef29d01ee9fceeb63c11f8454040f84d34852a773556d43600e71d7d923f64 plugin-sdk-api-baseline.json
|
||||
d7d7bf77272ea41c4bfe992b980cf1b8088911df7aca522de3b716d28cb568bf plugin-sdk-api-baseline.jsonl
|
||||
|
||||
@@ -99,7 +99,6 @@ export function normalizeCompatibilityConfig({
|
||||
changes,
|
||||
includePreviewChunk: true,
|
||||
resolvedMode: resolveTelegramPreviewStreamMode(updated),
|
||||
includePreviewChunk: true,
|
||||
});
|
||||
updated = streaming.entry;
|
||||
changed = changed || streaming.changed;
|
||||
@@ -119,7 +118,6 @@ export function normalizeCompatibilityConfig({
|
||||
changes,
|
||||
includePreviewChunk: true,
|
||||
resolvedMode: resolveTelegramPreviewStreamMode(account),
|
||||
includePreviewChunk: true,
|
||||
});
|
||||
if (accountStreaming.changed) {
|
||||
accounts[accountId] = accountStreaming.entry;
|
||||
|
||||
Reference in New Issue
Block a user