commit: 5ed07aba7ad33dec57a16f6a6ecd17fa0538a3d2
parent 6ded017dee983e22890d639c1fbd12b44e04e964
Author: Mark Felder <feld@feld.me>
Date: Tue, 4 Jun 2024 13:28:00 -0400
Add missing pool to the type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pleroma/http/adapter_helper/gun.ex b/lib/pleroma/http/adapter_helper/gun.ex
@@ -15,7 +15,7 @@ defmodule Pleroma.HTTP.AdapterHelper.Gun do
retry_timeout: 1_000
]
- @type pool() :: :federation | :upload | :media | :default
+ @type pool() :: :federation | :upload | :media | :rich_media | :default
@spec options(keyword(), URI.t()) :: keyword()
def options(incoming_opts \\ [], %URI{} = uri) do