From 0715da06260deab7dca3b3cceb357802becae1ea Mon Sep 17 00:00:00 2001 From: Kevin Boos Date: Tue, 3 Feb 2026 15:14:47 -0800 Subject: [PATCH] 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 88f10ae19..498fc789c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",