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 some todo #2360

Merged
merged 4 commits into from
Feb 7, 2024
Merged

Fix some todo #2360

merged 4 commits into from
Feb 7, 2024

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Feb 7, 2024

Small cleanup on the project, may be reviewed commit per commit.

@bmarty bmarty requested a review from a team as a code owner February 7, 2024 15:34
@bmarty bmarty requested review from jmartinesp and removed request for a team February 7, 2024 15:34
class SessionDirectoryNameProvider {
// Rust sanitises the user ID replacing invalid characters with an _
fun provides(sessionId: SessionId): String {
return sessionId.value.replace(":", "_")
Copy link
Member Author

Choose a reason for hiding this comment

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

Once matrix-org/matrix-rust-sdk#3098 will be done, we may iterate on this.

Copy link

sonarcloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

github-actions bot commented Feb 7, 2024

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/rMDJ6u

Copy link
Contributor

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@bmarty bmarty merged commit 9bd3a36 into develop Feb 7, 2024
14 checks passed
@bmarty bmarty deleted the feature/bma/fixTodo branch February 7, 2024 21:57
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.

None yet

2 participants