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 @@ def parse_bio(bio, 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