fix: resolve post-rebase boundary drift

This commit is contained in:
Peter Steinberger
2026-04-08 09:51:52 +01:00
parent 06008b9b4a
commit 0950bdf727
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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;