fix: #13065, send missing actor property when 1b12 announcing local posts

This commit is contained in:
Julian Lam
2025-01-22 13:07:32 -05:00
parent f3b8ed274a
commit e61df4debc

View File

@@ -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,