Skip to content
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

Prevent attempt to create thread with id "undefined" #2308

Merged
merged 3 commits into from
Apr 21, 2022

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Apr 20, 2022


Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Prevent attempt to create thread with id "undefined" (#2308).

@t3chguy t3chguy requested a review from a team as a code owner April 20, 2022 14:43
@codecov-commenter
Copy link

codecov-commenter commented Apr 20, 2022

Codecov Report

Merging #2308 (a1d85ae) into develop (d82cdd3) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           develop    #2308      +/-   ##
===========================================
- Coverage    59.74%   59.74%   -0.01%     
===========================================
  Files           91       91              
  Lines        16448    16449       +1     
  Branches      3795     3796       +1     
===========================================
  Hits          9827     9827              
- Misses        6621     6622       +1     
Impacted Files Coverage Δ
src/models/room.ts 57.21% <0.00%> (-0.06%) ⬇️

@t3chguy t3chguy merged commit c0cb662 into develop Apr 21, 2022
@t3chguy t3chguy deleted the t3chguy/undefined-guard-threads branch April 21, 2022 07:01
su-ex added a commit to SchildiChat/matrix-js-sdk that referenced this pull request May 10, 2022
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants