Upgrade matrix-nio to 0.25 #135
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
v3
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
imbev/simplematrixbotlib!135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "subDesTagesMitExtraKaese/simplematrixbotlib:authenticated-media"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The matrix media api used in matrix-nio v0.24 is deprecated.
smbl can't download media files on homeservers that implement matrix v1.11.
It is fixed in matrix-nio v0.25: https://github.com/matrix-nio/matrix-nio/pull/520
This PR will allow both matrix-nio ^0.24 and ^0.25.
code to reproduce the download error:
There are mentions of breaking changes in the matrix-nio changelog: https://github.com/matrix-nio/matrix-nio/blob/main/CHANGELOG.md
Thank you for contributing!
Can you remove the upper limit
,<0.26from the required version?