run mix format
[akkoma] / lib / pleroma / web / ostatus / activity_representer.ex
index a9c2b89b4d9b1c8bde5e43928085c61a8d3e4d6e..5d831459b9e247e546573d496b43cbf8277321d4 100644 (file)
@@ -246,7 +246,8 @@ 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']},
       {:"activity:verb", ['http://activitystrea.ms/schema/1.0/unfollow']},