mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
Enable ruma's compat-unset-avatar feature
Without this, the `Account::set_avatar_url()` function does not work on homeservers that don't advertise support for the new endpoints for setting profile fields.
This commit is contained in:
@@ -73,6 +73,7 @@ reqwest = { version = "0.12.24", default-features = false }
|
||||
rmp-serde = { version = "1.3.0", default-features = false }
|
||||
ruma = { git = "https://github.com/ruma/ruma", rev = "289bee87974bd3c2ad14a6c15801c80b683b67dc", features = [
|
||||
"client-api-c",
|
||||
"compat-unset-avatar",
|
||||
"compat-upload-signatures",
|
||||
"compat-arbitrary-length-ids",
|
||||
"compat-tag-info",
|
||||
|
||||
Reference in New Issue
Block a user