cache headers for emoji and images
[akkoma] / lib / pleroma / web / activity_pub / mrf.ex
index 3de21b219c5a27fa7dd9279dec4be9009746e874..ef5a09a937be2386feaadbc80c48c26345d8715a 100644 (file)
@@ -1,11 +1,7 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 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