logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 6e70415e4a1d814d2b772d94658d9f7b66d1fe89
parent: 4d543fcb759dccc3627be66851789712c189a540
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon, 14 Sep 2020 12:48:27 +0000

Merge branch 'hotfix/rich-media-compile-error' into 'develop'

RichMedia: fix a compilation error due to nonexistent variable

See merge request pleroma/pleroma!2996

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