fix TypeError when a person tries joining

This commit is contained in:
Izalia Mae 2024-03-11 01:52:28 -04:00
parent c852867636
commit d5069d98a6

View file

@ -97,7 +97,8 @@ async def handle_follow(view: ActorView, conn: Connection) -> None:
actor = view.actor.id, actor = view.actor.id,
followid = view.message.id, followid = view.message.id,
accept = False accept = False
) ),
view.instance
) )
return return