Experimental: websockets

This commit is contained in:
Maurice
2025-07-18 17:19:22 +02:00
parent 8b3c78cb84
commit 1840393fa8
2 changed files with 43 additions and 6 deletions

View File

@@ -9,5 +9,7 @@ pub struct Paste {
#[serde(with = "ts_seconds_option")]
pub expires: Option<DateTime<Utc>>,
pub created: DateTime<Utc>
pub created: DateTime<Utc>,
pub allow_edit: Option<bool>
}