diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-02 07:04:49 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-02 07:04:49 +0100 |
commit | f2452d5700afc48284638ae2cd1bff4886571d8c (patch) | |
tree | c98b8b04aada252b7b9fb5f297e71bf337df86ce | |
parent | 7b9868f34344144bfb965cdd099f71b2617976c6 (diff) | |
download | pleroma-f2452d5700afc48284638ae2cd1bff4886571d8c.tar.gz |
Pleroma.User: mix format
-rw-r--r-- | lib/pleroma/user.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex index a9592df6d..6ec1033a5 100644 --- a/lib/pleroma/user.ex +++ b/lib/pleroma/user.ex @@ -1207,10 +1207,10 @@ defmodule Pleroma.User do profile_urls = [user.ap_id] bio - |> CommonUtils.format_input("text/plain", [ + |> CommonUtils.format_input("text/plain", mentions_format: :full, rel: &RelMe.maybe_put_rel_me(&1, profile_urls) - ]) + ) |> elem(0) |> Formatter.emojify(emoji) end |