[#491] Made full nicknames be preserved in user links text only in Bio.

This commit is contained in:
Ivan Tashkinov 2019-01-18 09:30:16 +03:00
commit 65bb9b2fba
6 changed files with 47 additions and 16 deletions

View file

@ -12,7 +12,7 @@ defmodule Pleroma.Web.TwitterAPI.UserViewTest do
import Pleroma.Factory
setup do
user = insert(:user, bio: "<span>Here's some html,</span> @mention@domain.com")
user = insert(:user, bio: "<span>Here's some html</span>")
[user: user]
end