await misc.request in handle_follow

This commit is contained in:
Izalia Mae 2022-11-16 14:22:50 -05:00
parent e3b06d29ab
commit d2b243d88a

View file

@ -66,7 +66,7 @@ async def handle_follow(request, actor, data, software):
# Are Akkoma and Pleroma the only two that expect a follow back?
# Ignoring only Mastodon for now
if software != 'mastodon':
misc.request(
await misc.request(
actor.shared_inbox,
misc.Message.new_follow(
host = request.app.config.host,