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

Fix a crash when opening v11 rooms. #7635

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Fix a crash when opening v11 rooms. #7635

merged 1 commit into from
Aug 4, 2023

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Aug 4, 2023

creator was removed in v11 instead favouring sender. This field is currently defined in the spec as required, hence the crash.
matrix-org/matrix-spec-proposals#2175

Probably best to hide whitespaces on that diff.

Fixes #7633

@pixlwave pixlwave requested review from a team, alfogrillo and stefanceriu and removed request for a team and alfogrillo August 4, 2023 09:06
@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.14) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.14% 🎉

Comparison is base (04c7a02) 12.21% compared to head (8085526) 12.36%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7635      +/-   ##
===========================================
+ Coverage    12.21%   12.36%   +0.14%     
===========================================
  Files         1648     1648              
  Lines       163667   163665       -2     
  Branches     67195    67209      +14     
===========================================
+ Hits         19996    20236     +240     
+ Misses      143026   142764     -262     
- Partials       645      665      +20     
Flag Coverage Δ
uitests 55.05% <ø> (ø)
unittests 6.21% <0.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...MatrixKit/Utils/EventFormatter/MXKEventFormatter.m 16.93% <0.00%> (-0.01%) ⬇️

... and 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pixlwave pixlwave merged commit d3e64c1 into develop Aug 4, 2023
15 checks passed
@pixlwave pixlwave deleted the doug/7633-room-v11 branch August 4, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Element crash on room v11
2 participants