From c8c0f6a400a8453c1993ac5f435a0db9a2c0189c Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Tue, 6 Sep 2022 19:35:55 +0200 Subject: [PATCH] deleted debug line, improved README formatting --- README.md | 2 ++ src/matrix.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0facf89..03f3c05 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ This project has come to finally end email notifications for system administrato ## Configuration Have a look at the simple and the more advanced configuration file, it should be self-explanatory and easy. + The (absolute) path to your configuration file must be supplied as command line argument when starting the program. + Config files may be changed by the program, e.g. to save access tokens. However, they are rotated so you always have access to the previous 9 versions of the file. ## How to use diff --git a/src/matrix.rs b/src/matrix.rs index 33e709f..5ac15d6 100644 --- a/src/matrix.rs +++ b/src/matrix.rs @@ -64,7 +64,7 @@ pub async fn get_clients(config: &mut Config) -> Vec { }, Err(_e) => (), }; - }let a = ruma::RoomAliasId::parse(&String::from("abc")); + } } room_aliases_resolved = true; }