diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-13 12:50:52 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-13 12:50:52 +0300 |
commit | 33b798425f8d194db9a5acdff372f14a69e43c9d (patch) | |
tree | f1ba95c4dc36fa99d1878fac006c3e820e6755c3 | |
parent | fd2fb2bb2e2292997fbe6f70c4d12b50c56cfab9 (diff) | |
download | pleroma-33b798425f8d194db9a5acdff372f14a69e43c9d.tar.gz |
[#2456] Post-merge fix.
-rw-r--r-- | lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex b/lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex index e2922d830..958567510 100644 --- a/lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex +++ b/lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex @@ -6,7 +6,7 @@ defmodule Pleroma.Web.MastodonAPI.TimelineController do use Pleroma.Web, :controller import Pleroma.Web.ControllerHelper, - only: [add_link_headers: 2, add_link_headers: 3, truthy_param?: 1] + only: [add_link_headers: 2, add_link_headers: 3] alias Pleroma.Pagination alias Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug |