projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97864b
)
Fix incoming Pleroma CWs. Closes #96.
author
Roger Braun
<roger@rogerbraun.net>
Mon, 29 Jan 2018 16:44:35 +0000
(17:44 +0100)
committer
Roger Braun
<roger@rogerbraun.net>
Mon, 29 Jan 2018 16:44:35 +0000
(17:44 +0100)
lib/pleroma/web/ostatus/ostatus.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/ostatus/ostatus.ex
b/lib/pleroma/web/ostatus/ostatus.ex
index e65cab3ed47d030bbb235bb6adff163b9822df68..c35ba42bee6d5bc263d72da8769bbc1128eee5cd 100644
(file)
--- a/
lib/pleroma/web/ostatus/ostatus.ex
+++ b/
lib/pleroma/web/ostatus/ostatus.ex
@@
-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