Don't assume block only applies to orgs
This commit is contained in:
parent
b788ef32ff
commit
ee2f31f32b
1 changed files with 1 additions and 1 deletions
|
@ -1498,7 +1498,7 @@ func (opts *SearchUserOptions) toConds() builder.Cond {
|
|||
cond = cond.And(builder.In("visibility", structs.VisibleTypePublic))
|
||||
}
|
||||
|
||||
if opts.Actor != nil && opts.Type == UserTypeOrganization {
|
||||
if opts.Actor != nil {
|
||||
var exprCond builder.Cond
|
||||
if setting.Database.UseMySQL {
|
||||
exprCond = builder.Expr("org_user.org_id = user.id")
|
||||
|
|
Loading…
Reference in a new issue