make the length limit a bit larger

master
Ted Unangst 5 years ago
parent 241c7292e7
commit 93d89a31e2

@ -84,7 +84,7 @@ func reverbolate(userid int64, honks []*Honk) {
h.Precis = ""
}
}
if len(h.Noise) > 4000 && h.Open == "open" {
if len(h.Noise) > 6000 && h.Open == "open" {
if h.Precis == "" {
h.Precis = "really freaking long"
}

Loading…
Cancel
Save