mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
fix
This commit is contained in:
parent
60338e8a1c
commit
5d3fa040cf
2 changed files with 100 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ pub struct Person {
|
|||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub attachment: Option<Vec<AttachmentType>>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub also_known_as: Option<Url>,
|
||||
pub also_known_as: Option<Vec<Url>>,
|
||||
}
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct TagType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue