Adding statuses #14

Merged
phoenix merged 3 commits from event_status into v0.3.0-migrate 2026-05-30 16:15:36 -04:00
Showing only changes of commit 4177a7088b - Show all commits
+1 -2
View File
@@ -1,7 +1,6 @@
use serde::{Deserialize, Serialize};
pub const MESSAGE_EVENT_RESPONSE_STATUS_INSTANT: &str = "INSTANT";
pub const MESSAGE_EVENT_RESPONSE_STATUS_INSTANT: &str = "INSTANT";
pub const MESSAGE_EVENT_RESPONSE_STATUS_SCHEDULED: &str = "SCHEDULED";
#[derive(Clone, Debug, Default, Deserialize, Serialize)]