Add pending to handle incoming for Follow activity

This commit is contained in:
kPherox 2019-10-29 17:12:49 +09:00
parent e80f90e9db
commit 0c361eeb25
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
})
{:user_locked, true} ->
{:ok, _relationship} = FollowingRelationship.update(follower, followed, "pending")
:noop
end