mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
Merge branch 'hotfix/tesla-env-no-access' into 'develop'
ConnectionPool middleware: fix a crash due to unimplemented behaviour See merge request pleroma/pleroma!2958
This commit is contained in:
commit
b42869424f
|
@ -32,7 +32,7 @@ defmodule Pleroma.Tesla.Middleware.ConnectionPool do
|
|||
{:ok, env} ->
|
||||
unless opts[:adapter][:body_as] == :chunks do
|
||||
ConnectionPool.release_conn(conn_pid)
|
||||
{:ok, pop_in(env[:opts][:adapter][:conn])}
|
||||
{:ok, pop_in(env.opts[:adapter][:conn])}
|
||||
else
|
||||
{:ok, env}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue