aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-05-13 12:50:52 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-05-13 12:50:52 +0300
commit33b798425f8d194db9a5acdff372f14a69e43c9d (patch)
treef1ba95c4dc36fa99d1878fac006c3e820e6755c3
parentfd2fb2bb2e2292997fbe6f70c4d12b50c56cfab9 (diff)
downloadpleroma-33b798425f8d194db9a5acdff372f14a69e43c9d.tar.gz
[#2456] Post-merge fix.
-rw-r--r--lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex2
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