feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
This commit is contained in:
@@ -14,6 +14,7 @@ pub struct AcceptNoteInput<'a> {
|
||||
pub content_warning: Option<String>,
|
||||
pub visibility: &'a str,
|
||||
pub in_reply_to: Option<&'a str>,
|
||||
pub note_extensions: Option<serde_json::Value>,
|
||||
}
|
||||
|
||||
/// AP-protocol endpoints for a locally-stored user (local or interned remote).
|
||||
|
||||
Reference in New Issue
Block a user