mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
Fix Accept object id for follow activity for Misskey and Firefish (#632)
This commit is contained in:
parent
679f0def99
commit
faa181807c
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class Follow(StatorModel):
|
|||
"""
|
||||
return {
|
||||
"type": "Accept",
|
||||
"id": self.uri + "#accept",
|
||||
"id": f"{self.target.actor_uri}#accept/{self.id}",
|
||||
"actor": self.target.actor_uri,
|
||||
"object": self.to_ap(),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue