mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
save changes, fake commit
This commit is contained in:
parent
b65a51a1ef
commit
e42baf51e4
8 changed files with 88 additions and 45 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue