mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
fix: #13065, send missing actor property when 1b12 announcing local posts
This commit is contained in:
@@ -134,6 +134,7 @@ activitypubApi.create.note = enabledCheck(async (caller, { pid, post }) => {
|
|||||||
const payload = {
|
const payload = {
|
||||||
id: `${object.id}#activity/create/${Date.now()}`,
|
id: `${object.id}#activity/create/${Date.now()}`,
|
||||||
type: 'Create',
|
type: 'Create',
|
||||||
|
actor: object.attributedTo,
|
||||||
to,
|
to,
|
||||||
cc,
|
cc,
|
||||||
object,
|
object,
|
||||||
|
|||||||
Reference in New Issue
Block a user