forked from AkkomaGang/akkoma
Fix incoming Pleroma CWs. Closes #96.
This commit is contained in:
parent
e97864bfcb
commit
64e51c2cfa
1 changed files with 1 additions and 2 deletions
|
@ -163,8 +163,7 @@ def get_content(entry) do
|
||||||
Get the cw that mastodon uses.
|
Get the cw that mastodon uses.
|
||||||
"""
|
"""
|
||||||
def get_cw(entry) do
|
def get_cw(entry) do
|
||||||
with scope when not is_nil(scope) <- string_from_xpath("//mastodon:scope", entry),
|
with cw when not is_nil(cw) <- string_from_xpath("/*/summary", entry) do
|
||||||
cw when not is_nil(cw) <- string_from_xpath("/*/summary", entry) do
|
|
||||||
cw
|
cw
|
||||||
else _e -> nil
|
else _e -> nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue