diff options
author | lambda <pleromagit@rogerbraun.net> | 2017-11-19 11:50:02 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2017-11-19 11:50:02 +0000 |
commit | a6f65083aeed755d31134144b973d87575ae549e (patch) | |
tree | 178c9f13d02a3a168e1755f8dcbcde0d429315f4 /lib/pleroma/web/common_api/utils.ex | |
parent | ed3403ad8be255480d7e41f899d74fe9e5ef3f84 (diff) | |
parent | 59770c3f5c9a038dbde6b2e1cd1551a7b8f1672b (diff) | |
download | pleroma-a6f65083aeed755d31134144b973d87575ae549e.tar.gz |
Merge branch 'feature/fix-warnings' into 'develop'
Fix all compilation warnings
See merge request pleroma/pleroma!24
Diffstat (limited to 'lib/pleroma/web/common_api/utils.ex')
-rw-r--r-- | lib/pleroma/web/common_api/utils.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/common_api/utils.ex b/lib/pleroma/web/common_api/utils.ex index 7cce77b10..1a23b1ad2 100644 --- a/lib/pleroma/web/common_api/utils.ex +++ b/lib/pleroma/web/common_api/utils.ex @@ -57,7 +57,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do Enum.join([text | attachment_text], "<br>") end - def format_input(text, mentions, tags) do + def format_input(text, mentions, _tags) do Phoenix.HTML.html_escape(text) |> elem(1) |> Formatter.linkify |