remove the unspecified horror if not collapsing

This commit is contained in:
Ted Unangst 2019-07-10 22:44:58 -04:00
parent 5aeaf45cad
commit 4d880a8290
1 changed files with 2 additions and 0 deletions

2
fun.go
View File

@ -68,6 +68,8 @@ func reverbolate(userid int64, honks []*Honk) {
h.Precis = badword h.Precis = badword
} }
h.Open = "" h.Open = ""
} else if h.Precis == "unspecified horror" {
h.Precis = ""
} }
h.HTML, _ = filt.String(h.Noise) h.HTML, _ = filt.String(h.Noise)
emuxifier := func(e string) string { emuxifier := func(e string) string {