Merge branch 'develop' into 'develop'
[akkoma] / lib / pleroma / web / ostatus / activity_representer.ex
index a9c2b89b4d9b1c8bde5e43928085c61a8d3e4d6e..4179d86c9b354adb1501c5de6d3cae3a6a805183 100644 (file)
@@ -247,6 +247,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
 
     mentions = (activity.recipients || []) |> get_mentions
     follow_activity = Activity.get_by_ap_id(follow_activity["id"])
+
     [
       {:"activity:object-type", ['http://activitystrea.ms/schema/1.0/activity']},
       {:"activity:verb", ['http://activitystrea.ms/schema/1.0/unfollow']},