chore: clear comments

This commit is contained in:
kaichaosun 2026-06-17 16:18:48 +08:00
parent 9eee747182
commit 2e8d9fb30a
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -23,9 +23,6 @@ pub enum Event {
MessageReceived {
convo_id: Arc<str>,
content: Vec<u8>,
/// 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<MessageSender>,
},
InboundError {