deleted debug line, improved README formatting
This commit is contained in:
parent
88f7d9740c
commit
c8c0f6a400
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ This project has come to finally end email notifications for system administrato
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Have a look at the simple and the more advanced configuration file, it should be self-explanatory and easy.
|
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.
|
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.
|
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
|
## How to use
|
||||||
|
|
|
@ -64,7 +64,7 @@ pub async fn get_clients(config: &mut Config) -> Vec<Client> {
|
||||||
},
|
},
|
||||||
Err(_e) => (),
|
Err(_e) => (),
|
||||||
};
|
};
|
||||||
}let a = ruma::RoomAliasId::parse(&String::from("abc"));
|
}
|
||||||
}
|
}
|
||||||
room_aliases_resolved = true;
|
room_aliases_resolved = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue