Closed jmartinesp closed 1 week ago
Attention: Patch coverage is 69.23077%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 84.84%. Comparing base (
933033c
) to head (c19a12a
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
crates/matrix-sdk-base/src/rooms/mod.rs | 69.23% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I implemented all those suggestions and some changes to how the room name -> room alias transform works in the last commit.
Add two FFI functions:
is_room_alias_format_valid
: to check if a passed string has a valid room alias format in Ruma.room_alias_from_room_display_name
: to get a suggestion of a room alias to use given a room name.Signed-off-by: