Remove actor from Page or else it's rejected completely

This commit is contained in:
freamon 2024-06-03 15:47:54 +01:00
parent 048a289d67
commit 9c05c3d02b

View file

@ -141,7 +141,6 @@ def post_to_activity(post: Post, community: Community):
"type": "Page",
"id": post.ap_id,
"attributedTo": post.author.profile_id(),
"actor": post.author.profile_id(),
"to": [
f"https://{current_app.config['SERVER_NAME']}/c/{community.name}",
"https://www.w3.org/ns/activitystreams#Public"