chore: Enable Ruma compat features

Otherwise some events might get rejected.
This commit is contained in:
Kévin Commaille 2023-05-23 12:56:22 +02:00
parent e881ea9001
commit 56dc2d982d
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
1 changed files with 12 additions and 1 deletions

View File

@ -92,7 +92,18 @@ features = [
# version = "0.8.2"
git = "https://github.com/ruma/ruma.git"
rev = "54a4223caa1c1052464ecdba0f1e08f126e07bcd"
features = ["unstable-unspecified", "client-api-c", "unstable-sanitize"]
features = [
"unstable-unspecified",
"client-api-c",
"unstable-sanitize",
"compat-key-id",
"compat-user-id",
"compat-empty-string-null",
"compat-null",
"compat-optional",
"compat-unset-avatar",
"compat-get-3pids",
]
[dependencies.shumate]
package = "libshumate"