-
-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues with /search and /context API handling for threads #2261
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2261 +/- ##
===========================================
+ Coverage 58.34% 58.98% +0.64%
===========================================
Files 91 91
Lines 16327 16346 +19
Branches 3764 3771 +7
===========================================
+ Hits 9526 9642 +116
+ Misses 6801 6704 -97
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine, though there's a lot of formatting changes which make it a bit difficult to see what's going on. The timeline logic looks sane in the new diff at least.
* Remove groups and groups-related APIs ([\matrix-org#2234](matrix-org#2234)). * Add Element video room type ([\matrix-org#2273](matrix-org#2273)). * Live location sharing - handle redacted beacons ([\matrix-org#2269](matrix-org#2269)). * Fix getSessionsNeedingBackup() limit support ([\matrix-org#2270](matrix-org#2270)). Contributed by @adamvy. * Fix issues with /search and /context API handling for threads ([\matrix-org#2261](matrix-org#2261)). Fixes element-hq/element-web#21543. * Prevent exception 'Unable to set up secret storage' ([\matrix-org#2260](matrix-org#2260)).
Fixes element-hq/element-web#21543
Here's what your changelog entry will look like:
🐛 Bug Fixes