mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-10 02:17:59 +00:00
actor: fix compile
This commit is contained in:
parent
4495aec088
commit
2855909ada
|
@ -114,8 +114,8 @@ async def unfollow_remote_actor(actor_uri):
|
||||||
"type": "Follow",
|
"type": "Follow",
|
||||||
"object": actor_uri,
|
"object": actor_uri,
|
||||||
"actor": actor['id'],
|
"actor": actor['id'],
|
||||||
"id": "https://{}/activities/{}".format(AP_CONFIG['host'], uuid.uuid4()),
|
"id": "https://{}/activities/{}".format(AP_CONFIG['host'], uuid.uuid4())
|
||||||
}
|
},
|
||||||
"id": "https://{}/activities/{}".format(AP_CONFIG['host'], uuid.uuid4()),
|
"id": "https://{}/activities/{}".format(AP_CONFIG['host'], uuid.uuid4()),
|
||||||
"actor": "https://{}/actor".format(AP_CONFIG['host'])
|
"actor": "https://{}/actor".format(AP_CONFIG['host'])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue