forked from AkkomaGang/akkoma
Merge branch '1806-mogrifun' into 'develop'
Mogrifun: Add a line about the purpose of the module. Closes #1806 See merge request pleroma/pleroma!2888
This commit is contained in:
commit
33e508d7c6
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