Merge remote-tracking branch 'origin/master' into eventlogging

This commit is contained in:
holger krekel
2019-07-21 22:51:16 +02:00
19 changed files with 95 additions and 90 deletions

View File

@@ -105,7 +105,7 @@ impl Context {
}
/// Set the given config key.
/// If `None` is passed as a value the value is cleared and set to the deafult if there is one.
/// If `None` is passed as a value the value is cleared and set to the default if there is one.
pub fn set_config(&self, key: Config, value: Option<&str>) -> Result<(), Error> {
match key {
Config::Selfavatar if value.is_some() => {