lower case tag
1 files changed, 1 insertions(+), 1 deletions(-) M fun.go
M fun.go +1 -1
@@ 371,7 371,7 @@ func translate(honk *Honk) { honk.Noise = noise honk.Onts = append(honk.Onts, marker.HashTags...) honk.Mentions = bunchofgrapes(marker.Mentions) - for _, t := range oneofakind(strings.Split(honk.Onties, " ")) { + for _, t := range oneofakind(strings.Split(strings.ToLower(honk.Onties), " ")) { if t[0] != '#' { t = "#" + t }