Add to and cc to Create

This commit is contained in:
Bat 2018-05-03 23:47:33 +01:00
parent 293ab658f4
commit c2408925a1
1 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,9 @@ impl Activity for Create {
"id": self.id,
"actor": self.actor,
"object": self.object,
"published": self.date.to_rfc3339()
"published": self.date.to_rfc3339(),
"to": self.object["to"],
"cc": self.object["cc"]
})
}
}