fix a dumb search bug

master
Ted Unangst 5 years ago
parent 7e4defffd9
commit 40ab30dee6

@ -219,7 +219,7 @@ func gethonksbysearch(userid int64, q string) []*Honk {
withhonker = 1 withhonker = 1
continue continue
} }
if q[0] != '%' { if len(q) != 1 {
q += " " q += " "
} }
q += t q += t

Loading…
Cancel
Save