TwitterAPI: Don't put follows into the public tls.
[akkoma] / lib / pleroma / web / endpoint.ex
index 0a2ac853e768948143b5bc702434ff3c9410b3a5..dde4e3ffec097f1abbc9348fdb7e74c302579f67 100644 (file)
@@ -34,7 +34,8 @@ defmodule Pleroma.Web.Endpoint do
     Plug.Parsers,
     parsers: [:urlencoded, :multipart, :json],
     pass: ["*/*"],
-    json_decoder: Jason
+    json_decoder: Jason,
+    length: Application.get_env(:pleroma, :instance) |> Keyword.get(:upload_limit)
   )
 
   plug(Plug.MethodOverride)