Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
d91fd48e
Commit
d91fd48e
authored
Aug 06, 2018
by
kaniini
Browse files
user: do not leak virtuals in account search
parent
ecfd4b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/user.ex
View file @
d91fd48e
...
...
@@ -499,7 +499,8 @@ def search(query, resolve) do
u
.
nickname
,
u
.
name
)
}
},
where:
not
is_nil
(
u
.
nickname
)
)
q
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment