forked from AkkomaGang/akkoma
activitypub: transmogrifier: fix follow request rejections
This commit is contained in:
parent
ebb3496386
commit
cbb2b709de
1 changed files with 2 additions and 2 deletions
|
@ -453,9 +453,9 @@ def handle_incoming(
|
|||
{:ok, follow_activity} <- Utils.update_follow_state(follow_activity, "reject"),
|
||||
%User{local: true} = follower <- User.get_cached_by_ap_id(follow_activity.data["actor"]),
|
||||
{:ok, activity} <-
|
||||
ActivityPub.accept(%{
|
||||
ActivityPub.reject(%{
|
||||
to: follow_activity.data["to"],
|
||||
type: "Accept",
|
||||
type: "Reject",
|
||||
actor: followed.ap_id,
|
||||
object: follow_activity.data["id"],
|
||||
local: false
|
||||
|
|
Loading…
Reference in a new issue