mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-12 18:58:00 +00:00
fix TypeError
when a person tries joining
This commit is contained in:
parent
c852867636
commit
d5069d98a6
|
@ -97,7 +97,8 @@ async def handle_follow(view: ActorView, conn: Connection) -> None:
|
|||
actor = view.actor.id,
|
||||
followid = view.message.id,
|
||||
accept = False
|
||||
)
|
||||
),
|
||||
view.instance
|
||||
)
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue