remove the unspecified horror if not collapsing
This commit is contained in:
parent
5aeaf45cad
commit
4d880a8290
2
fun.go
2
fun.go
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue