Pagination: Don't be dos'd by random parameters.
[akkoma] / lib / pleroma / web / activity_pub / mrf.ex
index 3de21b219c5a27fa7dd9279dec4be9009746e874..02fdee5fc4915bbd75b77cc89ebcdb3e9f10ccfd 100644 (file)
@@ -2,10 +2,6 @@
 # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Web.ActivityPub.MRF.PipelineFiltering do
-  @callback pipeline_filter(map(), keyword()) :: {:ok, map(), keyword()} | {:error, any()}
-end
-
 defmodule Pleroma.Web.ActivityPub.MRF do
   require Logger