Browse Source

fix the fucking list timelines on mastofe/soapbox-fe

merge-requests/3498/head
marcin mikołajczak 2 years ago
parent
commit
6ef8e1776d
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex

+ 3
- 1
lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex View File

@@ -193,7 +193,9 @@ defmodule Pleroma.Web.MastodonAPI.TimelineController do
|> ActivityPub.fetch_activities_bounded(following, params)
|> Enum.reverse()

render(conn, "index.json",
conn
|> add_link_headers(activities)
|> render("index.json",
activities: activities,
for: user,
as: :activity,


Loading…
Cancel
Save