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(oidc): remove unnecessary e2e-encryption imports #4553

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kilimnik
Copy link

I noticed that the crate won't build without the e2e-encryption feature enabled. This does not make it build rather it is a step towards it.
There is still https://github.com/neodyme-labs/matrix-rust-sdk/blob/oidc_e2e/crates/matrix-sdk/src/oidc/mod.rs#L319 missing.

  • Public API changes documented in changelogs (optional)

Signed-off-by: Daniel Kilimnik [email protected]

@kilimnik kilimnik requested a review from a team as a code owner January 19, 2025 15:08
@kilimnik kilimnik requested review from jmartinesp and removed request for a team January 19, 2025 15:08
@kilimnik kilimnik changed the title fix:(oidc) remove unnecessary e2e-encryption imports fix(oidc): remove unnecessary e2e-encryption imports Jan 19, 2025
@kilimnik
Copy link
Author

I have no Idea why the test failed, it works locally on my machine :)

@kilimnik
Copy link
Author

It seems like the whole cross_process is dependent on the e2e encryption, so it's currently not possible to use oidc without e2e

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.

1 participant