fix a dumb search bug
This commit is contained in:
parent
7e4defffd9
commit
40ab30dee6
|
@ -219,7 +219,7 @@ func gethonksbysearch(userid int64, q string) []*Honk {
|
|||
withhonker = 1
|
||||
continue
|
||||
}
|
||||
if q[0] != '%' {
|
||||
if len(q) != 1 {
|
||||
q += " "
|
||||
}
|
||||
q += t
|
||||
|
|
Loading…
Reference in New Issue