forked from AkkomaGang/akkoma
Add pending to handle incoming for Follow activity
This commit is contained in:
parent
e80f90e9db
commit
0c361eeb25
1 changed files with 1 additions and 0 deletions
|
@ -507,6 +507,7 @@ def handle_incoming(
|
|||
})
|
||||
|
||||
{:user_locked, true} ->
|
||||
{:ok, _relationship} = FollowingRelationship.update(follower, followed, "pending")
|
||||
:noop
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue