Added support for resolving room aliases to room ids and persisting this lookup in the config file
This commit is contained in:
parent
4bd50c3806
commit
e900d9c1e6
4 changed files with 28 additions and 2 deletions
|
@ -11,7 +11,8 @@ serde = "1.0.144"
|
|||
serde_yaml = "0.9.10"
|
||||
|
||||
postbus = "0.2.0"
|
||||
matrix-sdk= "0.5.0"
|
||||
ruma = "0.6.4"
|
||||
matrix-sdk = "0.5.0"
|
||||
|
||||
[target.x86_64-unknown-linux-musl.dependencies]
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
Loading…
Add table
Add a link
Reference in a new issue