Federate attachments as Links instead of Documents
[akkoma] / lib / pleroma / web / mastodon_api / controllers / timeline_controller.ex
index b63945912a513a7ae5543bfabfd44604d3df33a9..cef299aa49a1579719b3f017aade8edfced9076a 100644 (file)
@@ -192,6 +192,7 @@ defmodule Pleroma.Web.MastodonAPI.TimelineController do
         |> Map.put(:blocking_user, user)
         |> Map.put(:user, user)
         |> Map.put(:muting_user, user)
+        |> Map.put(:local_only, params[:local])
 
       # we must filter the following list for the user to avoid leaking statuses the user
       # does not actually have permission to see (for more info, peruse security issue #270).