From 7398f8b7e9e5df6fe791383406c834b44fddbe2b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 6 Mar 2021 02:09:40 +0100 Subject: initial support for matrix log posting Similar to Discord posting, this now allows ezau to post a message to the given Matrix room for every log. The text handling is still pretty bad and should be reworked, but so should the Discord one. This is just the initial support, now that the actual posting works we can add some tests and proper text parsing, together with unifying some of the logic between Discord and Matrix. Note that this currently only works for unencrypted rooms! --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f915fc7..7911ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ regex = "1.3.9" zip = "0.5.5" toml = "0.5.6" tokio = { version = "0.2", features = ["rt-core"] } +matrix-sdk = "0.2.0" [dependencies.serenity] default-features = false -- cgit v1.2.3