chore: Enable Ruma compat features
Otherwise some events might get rejected.
This commit is contained in:
parent
e881ea9001
commit
56dc2d982d
1 changed files with 12 additions and 1 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue