diff options
Diffstat (limited to 'lib')
-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 |