mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-24 02:50:37 +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,
|
"id": self.id,
|
||||||
"actor": self.actor,
|
"actor": self.actor,
|
||||||
"object": self.object,
|
"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