flag is already set

This commit is contained in:
Ted Unangst 2019-09-18 12:57:08 -04:00
parent 4ee7268ca7
commit 210597dd68

2
fun.go
View file

@ -49,8 +49,6 @@ func reverbolate(userid int64, honks []*Honk) {
if h.What != "bonked" {
h.Noise = mentionize(h.Noise)
h.Noise = ontologize(h.Noise)
} else {
h.Flags |= flagIsBonked
}
h.Username, h.Handle = handles(h.Honker)
} else {