save changes, fake commit

This commit is contained in:
April John 2024-05-19 07:17:13 +02:00
parent b65a51a1ef
commit e42baf51e4
Signed by: aprl
GPG key ID: BCB934A2909C5460
8 changed files with 88 additions and 45 deletions

View file

@ -40,6 +40,7 @@ pub struct Note {
pub(crate) in_reply_to: Option<ObjectId<post::Model>>,
pub(crate) tag: Vec<Mention>,
pub(crate) sensitive: bool,
pub(crate) cc: Option<Vec<Url>>,
}
#[derive(Clone, Debug, Deserialize, Serialize)]