[#114] Added email confirmation resend action. Added tests
[akkoma] / lib / pleroma / web / ostatus / activity_representer.ex
index 4c4a0c233d9268523fed480d5945f9829a3d2d72..537bd9f7763fa292f318c74e52e66bc2276f3406 100644 (file)
@@ -249,7 +249,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
     author = if with_author, do: [{:author, UserRepresenter.to_simple_form(user)}], else: []
 
     mentions = (activity.recipients || []) |> get_mentions
-    follow_activity = Activity.get_by_ap_id(follow_activity["id"])
+    follow_activity = Activity.normalize(follow_activity)
 
     [
       {:"activity:object-type", ['http://activitystrea.ms/schema/1.0/activity']},