forked from AkkomaGang/akkoma
user: do not leak virtuals in account search
This commit is contained in:
parent
ecfd4b2106
commit
d91fd48edf
1 changed files with 2 additions and 1 deletions
|
@ -499,7 +499,8 @@ def search(query, resolve) do
|
||||||
u.nickname,
|
u.nickname,
|
||||||
u.name
|
u.name
|
||||||
)
|
)
|
||||||
}
|
},
|
||||||
|
where: not is_nil(u.nickname)
|
||||||
)
|
)
|
||||||
|
|
||||||
q =
|
q =
|
||||||
|
|
Loading…
Reference in a new issue