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

Update dependencies to their latest versions #95

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

Conversation

aperezdc
Copy link
Contributor

The main changes are related to the switch to matrix-sdk 0.10; and a few minor changes to avoid using deprecated functions from the rand crate.

The main changes are related to the switch to matrix-sdk 0.10; and a few
minor changes to avoid using deprecated functions from the rand crate.
@aperezdc
Copy link
Contributor Author

aperezdc commented Feb 10, 2025

Marking as draft, because I would like to know whether we should handle the DecryptedRoomEvent case. Also the changes in util::room_event_by_id() feel a bit long-winded and I wonder if there may be some better way... Any insights, @haecker-felix?

@haecker-felix
Copy link
Owner

Marking as draft, because I would like to know whether we should handle the DecryptedRoomEvent case

Just to answer that question: No, I don't think we need to take care of E2EE stuff, as hebbot currently does not support encrypted rooms at all, and we probably need to do more to properly support it. So no need to handle that in this PR.

Regarding util::room_event_by_id(), I need to check it in detail, no idea right at the moment.

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.

2 participants