implement Move activities (#45)
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
index 77f38f9f19bafb086bb2b4921a743d408c55f743..236181b079ea48b87fff174450c49fe271499086 100644 (file)
@@ -417,7 +417,8 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
       "type" => "Move",
       "actor" => origin.ap_id,
       "object" => origin.ap_id,
-      "target" => target.ap_id
+      "target" => target.ap_id,
+      "to" => [origin.follower_address]
     }
 
     with true <- origin.ap_id in target.also_known_as,