mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Add reported flag and bump version.
This commit is contained in:
@@ -27,6 +27,8 @@ pub struct File {
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
deleted: Option<bool>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
reported: Option<bool>,
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
message_id: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user