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

RichMedia: fix a compilation error due to nonexistent variable

See merge request pleroma/pleroma!2996
This commit is contained in:
rinpatch 2020-09-14 12:48:27 +00:00
commit 6e70415e4a
1 changed files with 1 additions and 1 deletions

View File

@ -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