[#491] Made user bio preserve full nicknames (nick@host).
This commit is contained in:
parent
ce2efd1ee2
commit
2bfae25a1f
3 changed files with 6 additions and 7 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>")
|
||||
user = insert(:user, bio: "<span>Here's some html,</span> @mention@domain.com")
|
||||
[user: user]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue