From: Alex S Date: Tue, 3 Sep 2019 06:45:54 +0000 (+0300) Subject: don't add behaviour to suggestions X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=35757b6d0eb7b59d511bfea6a166683e18d6aa97;p=akkoma don't add behaviour to suggestions --- diff --git a/lib/pleroma/docs/generator.ex b/lib/pleroma/docs/generator.ex index e788712cc..aa578eee2 100644 --- a/lib/pleroma/docs/generator.ex +++ b/lib/pleroma/docs/generator.ex @@ -14,7 +14,7 @@ defmodule Pleroma.Docs.Generator do name_as_list = Module.split(module) List.starts_with?(name_as_list, ["Pleroma", "Uploaders"]) and - List.last(name_as_list) in ["S3", "Local", "MDII"] + List.last(name_as_list) != "Uploader" end) end