mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
Remove actor from Page or else it's rejected completely
This commit is contained in:
parent
048a289d67
commit
9c05c3d02b
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue