web endpoint: Use Config.get directly instead of a tuple
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 4 Jun 2021 17:57:48 +0000 (19:57 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 4 Jun 2021 18:04:30 +0000 (20:04 +0200)
commit7d350b73f58664eb822efaa5f522fcf2bd38f669
treeaecec247924a0d980feb7b49f47e5c947a7317d2
parenta07310888fa3d46a36f3185ed09da7243921dad4
web endpoint: Use Config.get directly instead of a tuple

Fixes a lot of warnings like the following while running the testsuite:

  warning: passing a {module, function, args} tuple to Plug.Parsers.MULTIPART is deprecated. Please see Plug.Parsers.MULTIPART module docs for better approaches to configuration

This might mean no more dynamic configuration but there seems to be the same limitation two lines underneath anyway.
lib/pleroma/web/endpoint.ex