flag is already set

This commit is contained in:
Ted Unangst 2019-09-18 12:57:08 -04:00
parent 4ee7268ca7
commit 210597dd68
1 changed files with 0 additions and 2 deletions

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 {