Deltachat connects on connection startup
This commit is contained in:
@@ -76,7 +76,9 @@ pub fn requestables() -> Vec<RequestableChannelSpec> {
|
||||
}
|
||||
|
||||
impl AsRef<dyn telepathy::Protocol + 'static> for std::rc::Rc<Protocol> {
|
||||
fn as_ref(&self) -> &(dyn telepathy::Protocol + 'static) { &**self }
|
||||
fn as_ref(&self) -> &(dyn telepathy::Protocol + 'static) {
|
||||
&**self
|
||||
}
|
||||
}
|
||||
|
||||
impl telepathy::Protocol for Protocol {
|
||||
|
Reference in New Issue
Block a user