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:
Kevin Boos
2026-02-03 15:14:47 -08:00
committed by Damir Jelić
parent b1d878ddc2
commit 0715da0626

View File

@@ -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",