From 2e8d9fb30a3e03bcae86d640d076e6c095003b5f Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Wed, 17 Jun 2026 16:18:48 +0800 Subject: [PATCH] chore: clear comments --- crates/client/src/event.rs | 3 --- 1 file changed, 3 deletions(-) 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 {