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; }