[#491] Made full nicknames be preserved in user links text only in Bio.
This commit is contained in:
parent
2bfae25a1f
commit
65bb9b2fba
6 changed files with 47 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue