forked from Maurice/pastabble
Experimental: websockets
This commit is contained in:
@@ -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>
|
||||
}
|
||||
Reference in New Issue
Block a user