mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-18 09:41:01 +00:00
Add to and cc to Create
This commit is contained in:
parent
293ab658f4
commit
c2408925a1
1 changed files with 3 additions and 1 deletions
|
@ -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"]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue