Allow setting an avatar image for the bot's account

This commit is contained in:
2025-08-10 00:06:22 -07:00
parent 602d562c66
commit ed0aa2a2bf
6 changed files with 81 additions and 5 deletions

View File

@@ -34,6 +34,9 @@ futures = "0.3"
http = "1.3"
log = { version = "0.4", features = ["std"] }
matrix-sdk = { version = "0.13", features = ["anyhow", "markdown", "rustls-tls"], default-features = false }
mime = "0.3"
mime-sniffer = "0.1"
mime_guess2 = "2"
quick-xml = { version = "0.38", features = ["serialize"] }
regex = "1"
reqwest = { version = "0.12", default-features = false, features = ["charset", "http2", "gzip", "rustls-tls-native-roots", "system-proxy"] }