Skip to content

Commit 0715da0

Browse files
kevinaboospoljar
authored andcommitted
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.
1 parent b1d878d commit 0715da0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ reqwest = { version = "0.12.24", default-features = false }
7373
rmp-serde = { version = "1.3.0", default-features = false }
7474
ruma = { git = "https://github.com/ruma/ruma", rev = "289bee87974bd3c2ad14a6c15801c80b683b67dc", features = [
7575
"client-api-c",
76+
"compat-unset-avatar",
7677
"compat-upload-signatures",
7778
"compat-arbitrary-length-ids",
7879
"compat-tag-info",

0 commit comments

Comments
 (0)