mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-02 05:59:33 +00:00
chore: clear comments
This commit is contained in:
parent
9eee747182
commit
2e8d9fb30a
@ -23,9 +23,6 @@ pub enum Event {
|
|||||||
MessageReceived {
|
MessageReceived {
|
||||||
convo_id: Arc<str>,
|
convo_id: Arc<str>,
|
||||||
content: Vec<u8>,
|
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>,
|
sender: Option<MessageSender>,
|
||||||
},
|
},
|
||||||
InboundError {
|
InboundError {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user