matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.26k stars 252 forks source link

refactor: Fold the private UserIdentities struct into UserIdentity #4034

Closed poljar closed 1 month ago

poljar commented 1 month ago

It doesn't serve any purpose and only confuses people since we have many similarly named types.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 70.58824% with 10 lines in your changes missing coverage. Please review.

Project coverage is 84.50%. Comparing base (14ec35e) to head (6892b58). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ates/matrix-sdk/src/encryption/identities/users.rs 70.58% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4034 +/- ## ========================================== - Coverage 84.52% 84.50% -0.02% ========================================== Files 266 266 Lines 28478 28475 -3 ========================================== - Hits 24071 24064 -7 - Misses 4407 4411 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.