Merge branch 'fish-master-patch-50120' into 'master'
fix actor arg in new_follow See merge request pleroma/relay!44
This commit is contained in:
commit
701ed7269e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def cli_inbox_follow(actor):
|
|||
|
||||
message = misc.Message.new_follow(
|
||||
host = app.config.host,
|
||||
actor = actor.id
|
||||
actor = actor
|
||||
)
|
||||
|
||||
asyncio.run(misc.request(inbox, message))
|
||||
|
|
Loading…
Reference in a new issue