Upsert snoozes and mark snoozed messages as read

This commit is contained in:
2025-11-03 15:42:03 -08:00
parent 50a4bfcac7
commit a8129e4685
4 changed files with 17 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -5624,7 +5624,6 @@ dependencies = [
"sha2 0.10.9",
"smallvec 1.15.1",
"thiserror 2.0.17",
"time 0.3.44",
"tokio 1.48.0",
"tokio-stream",
"tracing",
@@ -5708,7 +5707,6 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror 2.0.17",
"time 0.3.44",
"tracing",
"whoami",
]
@@ -5747,7 +5745,6 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror 2.0.17",
"time 0.3.44",
"tracing",
"whoami",
]
@@ -5773,7 +5770,6 @@ dependencies = [
"serde_urlencoded",
"sqlx-core",
"thiserror 2.0.17",
"time 0.3.44",
"tracing",
"url",
]