flag is already set
This commit is contained in:
parent
4ee7268ca7
commit
210597dd68
1 changed files with 0 additions and 2 deletions
2
fun.go
2
fun.go
|
|
@ -49,8 +49,6 @@ func reverbolate(userid int64, honks []*Honk) {
|
||||||
if h.What != "bonked" {
|
if h.What != "bonked" {
|
||||||
h.Noise = mentionize(h.Noise)
|
h.Noise = mentionize(h.Noise)
|
||||||
h.Noise = ontologize(h.Noise)
|
h.Noise = ontologize(h.Noise)
|
||||||
} else {
|
|
||||||
h.Flags |= flagIsBonked
|
|
||||||
}
|
}
|
||||||
h.Username, h.Handle = handles(h.Honker)
|
h.Username, h.Handle = handles(h.Honker)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue