remove the unspecified horror if not collapsing
This commit is contained in:
parent
5aeaf45cad
commit
4d880a8290
1 changed files with 2 additions and 0 deletions
2
fun.go
2
fun.go
|
@ -68,6 +68,8 @@ func reverbolate(userid int64, honks []*Honk) {
|
|||
h.Precis = badword
|
||||
}
|
||||
h.Open = ""
|
||||
} else if h.Precis == "unspecified horror" {
|
||||
h.Precis = ""
|
||||
}
|
||||
h.HTML, _ = filt.String(h.Noise)
|
||||
emuxifier := func(e string) string {
|
||||
|
|
Loading…
Reference in a new issue