[#2456] Post-merge fix.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Wed, 13 May 2020 09:50:52 +0000 (12:50 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Wed, 13 May 2020 09:50:52 +0000 (12:50 +0300)
lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex

index e2922d830938411ccea248b10b5b0897b0d1af21..958567510bcc22d26e24c9c8bc456d6e28463476 100644 (file)
@@ -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