[#1304] Merged develop, handled User.Info.invisible.
This commit is contained in:
parent
a11a7176d5
commit
7c7f90bc4f
6 changed files with 23 additions and 6 deletions
|
|
@ -1233,7 +1233,7 @@ defmodule Pleroma.UserTest do
|
|||
|
||||
describe "invisible?/1" do
|
||||
test "returns true for an invisible user" do
|
||||
user = insert(:user, local: true, info: %{invisible: true})
|
||||
user = insert(:user, local: true, invisible: true)
|
||||
|
||||
assert User.invisible?(user)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue