From d2b243d88a771997e2606582b7f78fce4a86dbb8 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Wed, 16 Nov 2022 14:22:50 -0500 Subject: [PATCH] await misc.request in handle_follow --- relay/processors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/processors.py b/relay/processors.py index 9b54dfc..69f8b59 100644 --- a/relay/processors.py +++ b/relay/processors.py @@ -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,