Create scheduled message event #17

Merged
phoenix merged 28 commits from create_scheduled_message_event into alot_of_changes 2026-06-18 18:39:24 -04:00
Showing only changes of commit 45c80e7a2f - Show all commits
+2
View File
@@ -769,6 +769,7 @@ async fn test_create_scheduled_message() {
} }
} }
/*
match request::message::scheduling::create_scheduled_message_event( match request::message::scheduling::create_scheduled_message_event(
&app, &app,
&contact_id, &contact_id,
@@ -788,6 +789,7 @@ async fn test_create_scheduled_message() {
assert!(false, "Error: {err:?}"); assert!(false, "Error: {err:?}");
} }
} }
*/
let _ = db_mgr::drop_database(&tm_pool, &db_name).await; let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
} }