forked from AkkomaGang/akkoma
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:
parent
dee4639dbb
commit
eff7f9892d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ defp get_cached_or_parse(url) do
|
||||||
{:error, :body_too_large} = e ->
|
{:error, :body_too_large} = e ->
|
||||||
e
|
e
|
||||||
|
|
||||||
{:error, {:content_type, _}} ->
|
{:error, {:content_type, _}} = e ->
|
||||||
e
|
e
|
||||||
|
|
||||||
# The TTL is not set for the errors above, since they are unlikely to change
|
# The TTL is not set for the errors above, since they are unlikely to change
|
||||||
|
|
Loading…
Reference in a new issue