fix actor arg in new_follow

This commit is contained in:
GQ Qin 2022-11-23 05:58:19 +00:00
parent 6e494ee671
commit c8688c9dca

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