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

feat(api)!: Remove base64 expectation for messages in the API #176

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

MatMaul
Copy link
Contributor

@MatMaul MatMaul commented Sep 5, 2024

All the other primitives are dealing directly with bytes I believe so this PR aligns to that.

Signed-off-by: Mathieu Velten mathieu@velten.xyz

@codecov-commenter
Copy link

codecov-commenter commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.35%. Comparing base (1ab6f75) to head (6425bab).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
- Coverage   90.55%   90.35%   -0.21%     
==========================================
  Files          34       34              
  Lines        1906     1907       +1     
==========================================
- Hits         1726     1723       -3     
- Misses        180      184       +4     

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

Copy link
Collaborator

@poljar poljar left a comment

Choose a reason for hiding this comment

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

Looks mostly good, but this needs a bit of a different commit message, please take a look at our contributing guide: https://github.com/matrix-org/vodozemac/blob/main/CONTRIBUTING.md#writing-changelog-entries.

Part of it are breaking changes, so make sure to mark them as such using the appropriate git trailer or a !in the appropriate place on the first line of the commit message.

src/olm/account/mod.rs Outdated Show resolved Hide resolved
Signed-off-by: Mathieu Velten <mathieu@velten.xyz>
@MatMaul MatMaul changed the title Remove base64 expectation for messages in the API feat(api)!: Remove base64 expectation for messages in the API Sep 5, 2024
@MatMaul MatMaul requested a review from poljar September 5, 2024 10:06
@poljar poljar merged commit dbe0234 into matrix-org:main Sep 5, 2024
18 checks passed
@poljar
Copy link
Collaborator

poljar commented Sep 5, 2024

I tweaked the commit message a bit more, it was a bit terse for the changelog, thanks.

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.

3 participants