forked from AkkomaGang/akkoma
Mogrifun: Add a line about the purpose of the module.
This commit is contained in:
parent
014f91c1c3
commit
76ce3a1c9e
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ defmodule Pleroma.Upload.Filter.Mogrifun do
|
|||
@behaviour Pleroma.Upload.Filter
|
||||
alias Pleroma.Upload.Filter
|
||||
|
||||
@moduledoc """
|
||||
This module is just an example of an Upload filter. It's not supposed to be used in production.
|
||||
"""
|
||||
|
||||
@filters [
|
||||
{"implode", "1"},
|
||||
{"-raise", "20"},
|
||||
|
|
Loading…
Reference in a new issue