From: kPherox Date: Tue, 29 Oct 2019 08:12:49 +0000 (+0900) Subject: Add pending to handle incoming for Follow activity X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=0c361eeb25230b20e1294fc022b20bf1e4be7d05;p=akkoma Add pending to handle incoming for Follow activity --- diff --git a/lib/pleroma/web/activity_pub/transmogrifier.ex b/lib/pleroma/web/activity_pub/transmogrifier.ex index 3c27b0d46..91a164eff 100644 --- a/lib/pleroma/web/activity_pub/transmogrifier.ex +++ b/lib/pleroma/web/activity_pub/transmogrifier.ex @@ -507,6 +507,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do }) {:user_locked, true} -> + {:ok, _relationship} = FollowingRelationship.update(follower, followed, "pending") :noop end