Connects, autojoins room, and responds to messages that aren't made by
itself. Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
4362601b5a
commit
c1e9f482b3
4 changed files with 99 additions and 106 deletions
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
anyhow = "1.0.75"
|
||||
deepl = "0.4.4"
|
||||
dotenvy = "0.15.7"
|
||||
matrix-sdk = { version = "0.6.2", features = ["anyhow", "markdown", "rustls-tls"] }
|
||||
matrix-sdk = { version = "0.6.2", features = ["anyhow", "markdown"] }
|
||||
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue