Skip to content
Snippets Groups Projects
Commit 64e51c2c authored by lain's avatar lain
Browse files

Fix incoming Pleroma CWs. Closes #96.

parent e97864bf
Branches
Tags
No related merge requests found
......@@ -163,8 +163,7 @@ defmodule Pleroma.Web.OStatus do
Get the cw that mastodon uses.
"""
def get_cw(entry) do
with scope when not is_nil(scope) <- string_from_xpath("//mastodon:scope", entry),
cw when not is_nil(cw) <- string_from_xpath("/*/summary", entry) do
with cw when not is_nil(cw) <- string_from_xpath("/*/summary", entry) do
cw
else _e -> nil
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment