-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Ignore m.replace relations on state events, they're invalid #2306
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2306 +/- ##
===========================================
+ Coverage 59.74% 59.76% +0.01%
===========================================
Files 91 91
Lines 16448 16450 +2
Branches 3795 3796 +1
===========================================
+ Hits 9827 9831 +4
+ Misses 6621 6619 -2
|
@kerryarchibald aren't we relying on replacing state events to stop sharing a live location? I discussed that approach with @ara4n yesterday and we thought it might be a good way to keep a state event's ID consistent even as we make updates (such as set "live" to false on a live location share). |
I commented here: matrix-org/matrix-spec-proposals#2676 (review) since it seems a better place to discuss this than on this PR. |
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.
Code looks good to me 👍
Can be merged after matrix-org/matrix-react-sdk#8390 |
* Live location sharing: handle encrypted messages in processBeaconEvents ([\matrix-org#2327](matrix-org#2327)). * Fix race conditions around threads ([\matrix-org#2331](matrix-org#2331)). Fixes element-hq/element-web#21627. * Ignore m.replace relations on state events, they're invalid ([\matrix-org#2306](matrix-org#2306)). Fixes element-hq/element-web#21851. * fix example in readme ([\matrix-org#2315](matrix-org#2315)). * Don't decrement the length count of a thread when root redacted ([\matrix-org#2314](matrix-org#2314)). * Prevent attempt to create thread with id "undefined" ([\matrix-org#2308](matrix-org#2308)). * Update threads handling for replies-to-thread-responses as per MSC update ([\matrix-org#2305](matrix-org#2305)). Fixes element-hq/element-web#19678.
Fixes element-hq/element-web#21851
Here's what your changelog entry will look like:
🐛 Bug Fixes