logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: bb407edce4b512aae74c12ea0c1abcc92bc18ddb
parent 4d543fcb759dccc3627be66851789712c189a540
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon, 14 Sep 2020 15:46:00 +0300

RichMedia: fix a compilation error due to nonexistent variable

No idea why this passed Gitlab CI

Diffstat:

Mlib/pleroma/web/rich_media/parser.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/rich_media/parser.ex b/lib/pleroma/web/rich_media/parser.ex @@ -39,7 +39,7 @@ defmodule Pleroma.Web.RichMedia.Parser do {:error, :body_too_large} = e -> e - {:error, {:content_type, _}} -> + {:error, {:content_type, _}} = e -> e # The TTL is not set for the errors above, since they are unlikely to change