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:
GQ Qin 2022-11-24 06:24:24 +00:00
commit 701ed7269e

View file

@ -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))