mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +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 = {
|
||||
id: `${object.id}#activity/create/${Date.now()}`,
|
||||
type: 'Create',
|
||||
actor: object.attributedTo,
|
||||
to,
|
||||
cc,
|
||||
object,
|
||||
|
||||
Reference in New Issue
Block a user