summaryrefslogtreecommitdiff
path: root/src/message
diff options
context:
space:
mode:
Diffstat (limited to 'src/message')
-rw-r--r--src/message/snapshot.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/message/snapshot.rs b/src/message/snapshot.rs
index 19a98a3..dc863c9 100644
--- a/src/message/snapshot.rs
+++ b/src/message/snapshot.rs
@@ -1,9 +1,10 @@
+use serde_with::with_prefix;
+
use super::{
Body, Id,
event::{Event, Sent},
};
use crate::{conversation, event::Instant, user};
-use serde_with::with_prefix;
#[derive(Clone, Debug, Eq, PartialEq, serde::Serialize)]
pub struct Message {