Add the ability to change the informant's prefix (#1221)

* Initial commit

Forked at: 261d701c5b
Parent branch: origin/master

* Add the ability to change the informant's prefix

* Update Cargo.lock

* Update Cargo.lock

* fixed tests

* Rename prefix to informant prefix
This commit is contained in:
Cecile Tonglet
2020-06-10 16:50:47 +02:00
committed by GitHub
parent 67e7fba60d
commit 61e82c3495
4 changed files with 28 additions and 12 deletions
@@ -141,6 +141,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
id,
key,
config,
None,
).map_err(|e| e.into())
})?;