feat(pinned events): persist the pinned events timeline#6085
Open
feat(pinned events): persist the pinned events timeline#6085
Conversation
d6a6eed to
046adb4
Compare
This was referenced Feb 3, 2026
046adb4 to
8c9c587
Compare
82df963 to
eb4cc51
Compare
Now that this logic has moved to the event cache, it's not required in the timeline anymore.
… configure the event cache
…rovider trait And get rid of the `PinnedEventsRoom` trait, and the accompanying file.
…ions` now that it's widely available
eb4cc51 to
fb23758
Compare
fb23758 to
7f1f465
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6085 +/- ##
==========================================
- Coverage 89.84% 89.78% -0.07%
==========================================
Files 363 363
Lines 100656 100973 +317
Branches 100656 100973 +317
==========================================
+ Hits 90439 90655 +216
- Misses 6691 6762 +71
- Partials 3526 3556 +30 ☔ View full report in Codecov by Sentry. |
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.
This brings some nice benefits:
Part of #5954.