-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rename the QrCodeData methods so they use camel case and update the changelog. #125
Conversation
CHANGELOG.md
Outdated
@@ -11,6 +11,10 @@ | |||
- Use the server name in the `QrCodeData` instead of the homeserver URL. | |||
([#3537](https://github.com/matrix-org/matrix-rust-sdk/pull/3537)) | |||
|
|||
- Rename the `QrCodeData.homeserver_url` method to `QrCodeData.server_name` | |||
to reflect the changed data stored in the QR code. | |||
([#124](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/124#discussion_r1638479911)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like the wrong link? also, it's not part of the update of the rust sdk so needs outdenting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, if we're breaking the API anyway, it would be nice to fix the names to be camelCase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
c0d9fda
to
ef80e8f
Compare
Rebased to get rid of the fixup commit. |
No description provided.