projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f77433
)
Capitalize Atom
author
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 17:44:25 +0000
(17:44 +0000)
committer
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 17:44:25 +0000
(17:44 +0000)
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 bed15e8c049116febcb977f353e4b0974b4a3ff5..72f5b8d526f1260b80f283afc0ac58e67beb9a1c 100644
(file)
--- a/
lib/pleroma/web/ostatus/ostatus.ex
+++ b/
lib/pleroma/web/ostatus/ostatus.ex
@@
-291,8
+291,8
@@
defmodule Pleroma.Web.OStatus do
[[_, match]] = Regex.scan(@gs_classic_regex, body)
{:ok, match}
true ->
- Logger.debug(fn -> "Couldn't find
a
tom link in #{inspect(body)}" end)
- {:error, "Couldn't find the
a
tom link"}
+ Logger.debug(fn -> "Couldn't find
A
tom link in #{inspect(body)}" end)
+ {:error, "Couldn't find the
A
tom link"}
end
end