diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-14 09:09:32 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-14 09:09:32 -0500 |
commit | bcf6efce15f76f4796ee51639ea0f8d0299efa0b (patch) | |
tree | 24b187685f1a72d699d34c48ba1d2202c353dd40 /lib/pleroma/web/xml.ex | |
parent | 543e9402d64bce556f85294f91dc690c9acec51f (diff) | |
parent | 5a57b025c7745ebdc7ecf8c7d6b75bcc6770562a (diff) | |
download | pleroma-bcf6efce15f76f4796ee51639ea0f8d0299efa0b.tar.gz |
Merge remote-tracking branch 'upstream/attachment-meta' into blurhash
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)}") |