Don't return follows and likes in the timeline anymore.

The frontend doesn't use them anymore.
This commit is contained in:
lain 2019-01-19 14:03:05 +01:00
parent 98d9dcd509
commit 5d0ca6a061
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
def friends_timeline(%{assigns: %{user: user}} = conn, params) do
params =
params
|> Map.put("type", ["Create", "Announce", "Follow", "Like"])
|> Map.put("type", ["Create", "Announce"])
|> Map.put("blocking_user", user)
|> Map.put("user", user)