github: wip webhook support

This commit is contained in:
Antoine Martin 2021-09-12 02:16:54 +02:00
parent 0ce80677aa
commit c24ae3e7a9
7 changed files with 607 additions and 6 deletions

View file

@ -22,7 +22,7 @@ pub struct Prololo {
impl Prololo {
/// Creates a new [`Prololo`] bot and builds a [`matrix_sdk::Client`] using the provided
/// [`Config`].
/// [`ProloloConfig`].
///
/// The [`Client`] is only initialized, not ready to be used yet.
pub fn new(config: ProloloConfig) -> anyhow::Result<Self> {