fix(desktop): defer timeline trim past StrictMode probe#1478
Open
tlongwell-block wants to merge 1 commit into
Open
fix(desktop): defer timeline trim past StrictMode probe#1478tlongwell-block wants to merge 1 commit into
tlongwell-block wants to merge 1 commit into
Conversation
Co-authored-by: npub12gtutshhh76rx0jx697f32f9tffd4hhp3hx58fp4x6u4uemkm7sqf8f757 <5217c5c2f7bfb4333e46d17c98a9255a52dadee18dcd43a43536b95e6776dfa0@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub12gtutshhh76rx0jx697f32f9tffd4hhp3hx58fp4x6u4uemkm7sqf8f757 <5217c5c2f7bfb4333e46d17c98a9255a52dadee18dcd43a43536b95e6776dfa0@sprout-oss.stage.blox.sqprod.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
This is stacked on #1473. #1473 removes cap-driven eviction from active timeline merges; this follow-up makes its leave-time cleanup safe under the app's
React.StrictModemount probe.This does not address the separate ancestor-island paging cursor bug. That contiguous-frontier fix is being developed separately and must compose with this patch before the missing-history freeze is lifted.
Validation
pnpm check: cleanAn initial push attempt used Homebrew Rust 1.89 and correctly failed the
buzz-dbMSRV gate (sqlx 0.9requires Rust 1.94). Re-running under the repository's pinned Hermit environment passed all hooks.