forked from AkkomaGang/akkoma
don't add behaviour to suggestions
This commit is contained in:
parent
5db2920644
commit
35757b6d0e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def uploaders_list 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue