Merge branch '534_federation_targets_reachability' into 'develop'
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
index 4016808e8e72b5706731173550f48279bb06dd51..06e8c3f1c28945370e547284d9cdc274cfdcd65e 100644 (file)
@@ -88,6 +88,10 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
           recipients: recipients
         })
 
+      Task.start(fn ->
+        Pleroma.Web.RichMedia.Helpers.fetch_data_for_activity(activity)
+      end)
+
       Notification.create_notifications(activity)
       stream_out(activity)
       {:ok, activity}