diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-19 13:39:29 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-19 13:39:29 -0500 |
commit | e343b46ea041ce6a542b23100df2e9c11e262c75 (patch) | |
tree | 7bd219409244d97e51ad58f800889c65f41837a0 /lib/pleroma/web/xml.ex | |
parent | a5bbebda588a54cb76d1a75239523db676980eb0 (diff) | |
parent | 8e9f032f25251d910b59c55226d10a305bad3cba (diff) | |
download | pleroma-instance-view-recompilation.tar.gz |
Merge remote-tracking branch 'pleroma/develop' into instance-view-recompilationinstance-view-recompilation
Diffstat (limited to 'lib/pleroma/web/xml.ex')
-rw-r--r-- | lib/pleroma/web/xml.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/xml.ex b/lib/pleroma/web/xml.ex index 2b34611ac..0ab6e9d32 100644 --- a/lib/pleroma/web/xml.ex +++ b/lib/pleroma/web/xml.ex @@ -31,7 +31,7 @@ defmodule Pleroma.Web.XML do |> :binary.bin_to_list() |> :xmerl_scan.string(quiet: true) - doc + {:ok, doc} rescue _e -> Logger.debug("Couldn't parse XML: #{inspect(text)}") |