mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-10 17:25:26 +00:00
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 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
||||||
})
|
})
|
||||||
|
|
||||||
{:user_locked, true} ->
|
{:user_locked, true} ->
|
||||||
|
{:ok, _relationship} = FollowingRelationship.update(follower, followed, "pending")
|
||||||
:noop
|
:noop
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue