diff --git a/crates/client/src/event.rs b/crates/client/src/event.rs index c16da30..0fa5cc1 100644 --- a/crates/client/src/event.rs +++ b/crates/client/src/event.rs @@ -23,9 +23,6 @@ pub enum Event { MessageReceived { convo_id: Arc, content: Vec, - /// The verified sender — both the Account and the LocalIdentity - /// (device) it was sent from. `None` when the conversation type does - /// not yet surface a sender. sender: Option, }, InboundError {