# HG changeset patch # User Ted Unangst # Date 1718994040 14400 # Fri Jun 21 14:20:40 2024 -0400 # Node ID 5c4e6925be81f0e92529685b75925328912b3c5e # Parent 4095e69c5fbcad1c1475f2dd18b8501044a0e33d lower case tag diff --git a/fun.go b/fun.go --- a/fun.go +++ b/fun.go @@ -371,7 +371,7 @@ 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 }