feat(api): expose replyToUrl in ThoughtResponse for remote reply context
This commit is contained in:
@@ -33,6 +33,8 @@ pub struct ThoughtResponse {
|
||||
pub author: UserResponse,
|
||||
#[serde(rename = "replyToId")]
|
||||
pub in_reply_to_id: Option<Uuid>,
|
||||
#[serde(rename = "replyToUrl", skip_serializing_if = "Option::is_none")]
|
||||
pub in_reply_to_url: Option<String>,
|
||||
pub visibility: String,
|
||||
pub content_warning: Option<String>,
|
||||
pub sensitive: bool,
|
||||
|
||||
Reference in New Issue
Block a user