diff options
author | rinpatch <rinpatch@sdf.org> | 2020-01-11 17:19:54 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-01-11 17:19:54 +0000 |
commit | a0bf928c98d9fa39c20dd614be510cf1b107b1ae (patch) | |
tree | 61a820add11558febc92bf804d1de8d80fe98862 /config/description.exs | |
parent | 05ca420c0994b079116b40ea5a84214b50d56d0e (diff) | |
parent | 0c9c62509d10c19e2e6d796cb431f1560e9e88b1 (diff) | |
download | pleroma-a0bf928c98d9fa39c20dd614be510cf1b107b1ae.tar.gz pleroma-a0bf928c98d9fa39c20dd614be510cf1b107b1ae.zip |
Merge branch 'remove/remove-mdii-uploader' into 'develop'
Remove MDII uploader
See merge request pleroma/pleroma!2099
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/description.exs b/config/description.exs index 45e4b43f1..1089fd86c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2559,23 +2559,6 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, - key: Pleroma.Uploaders.MDII, - type: :group, - children: [ - %{ - key: :cgi, - type: :string, - suggestions: ["https://mdii.sakura.ne.jp/mdii-post.cgi"] - }, - %{ - key: :files, - type: :string, - suggestions: ["https://mdii.sakura.ne.jp"] - } - ] - }, - %{ - group: :pleroma, key: :http, type: :group, description: "HTTP settings", |