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 for the left room event using member instead of the sender #3000

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Jul 5, 2024

Member always contains the display name which is not always available for the sender display name sometimes.

This fix however will only be seen if the current SDK version includes: matrix-org/matrix-rust-sdk#3648

@Velin92 Velin92 requested a review from a team as a code owner July 5, 2024 08:46
@Velin92 Velin92 requested review from pixlwave and removed request for a team July 5, 2024 08:46
Copy link

github-actions bot commented Jul 5, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against a416917

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.87%. Comparing base (c024702) to head (085d80a).

Files Patch % Lines
...ne/TimelineItems/RoomStateEventStringBuilder.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3000      +/-   ##
===========================================
- Coverage    77.92%   77.87%   -0.05%     
===========================================
  Files          694      694              
  Lines        53939    53939              
===========================================
- Hits         42032    42007      -25     
- Misses       11907    11932      +25     
Flag Coverage Δ
unittests 68.54% <0.00%> (-0.09%) ⬇️

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

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

Copy link
Member

@pixlwave pixlwave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Velin92 Velin92 added the pr-bugfix for bug fix label Jul 5, 2024
@Velin92 Velin92 force-pushed the mauroromito/fix_left_room_event_string branch from 085d80a to a416917 Compare July 5, 2024 10:55
@Velin92 Velin92 merged commit 7a09be1 into develop Jul 5, 2024
4 checks passed
@Velin92 Velin92 deleted the mauroromito/fix_left_room_event_string branch July 5, 2024 10:56
Copy link

sonarcloud bot commented Jul 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix for bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants