mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 21:19:44 +00:00
Avoid panic
This commit is contained in:
parent
61129d30c0
commit
e20b7983ed
@ -32,6 +32,7 @@ impl DeliveryService for CDelivery {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn subscribe(&mut self, _delivery_address: &str) -> Result<(), Self::Error> {
|
fn subscribe(&mut self, _delivery_address: &str) -> Result<(), Self::Error> {
|
||||||
todo!()
|
// TODO: (P1) CDelivery does not support delivery_address filtering
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user