aboutsummaryrefslogtreecommitdiffstats
path: root/luz/src/main.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-03-03 06:10:46 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-03-03 06:11:47 +0000
commit9baf682466d191f23dc830a9897948d84068b3cc (patch)
tree45382f3793459502e53d73cf72e52ee2da8cd0d0 /luz/src/main.rs
parent542a8e299c7bfe85419d52120bdc3d7a92dcfe38 (diff)
downloadluz-9baf682466d191f23dc830a9897948d84068b3cc.tar.gz
luz-9baf682466d191f23dc830a9897948d84068b3cc.tar.bz2
luz-9baf682466d191f23dc830a9897948d84068b3cc.zip
feat(luz): initial message timestamp support
Diffstat (limited to 'luz/src/main.rs')
-rw-r--r--luz/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/luz/src/main.rs b/luz/src/main.rs
index 4b74b39..2bfd086 100644
--- a/luz/src/main.rs
+++ b/luz/src/main.rs
@@ -16,7 +16,7 @@ async fn main() {
.await
.unwrap();
let (luz, mut recv) =
- LuzHandle::new("test@blos.sm".try_into().unwrap(), "slayed".to_string(), db).unwrap();
+ LuzHandle::new("test@blos.sm".try_into().unwrap(), "slayed".to_string(), db);
tokio::spawn(async move {
while let Some(msg) = recv.recv().await {