1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-23 19:27:48 +01:00

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

RichMedia: fix a compilation error due to nonexistent variable

See merge request 
This commit is contained in:
rinpatch 2020-09-14 12:48:27 +00:00
parent dee4639dbb
commit eff7f9892d

View file

@ -34,7 +34,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