apply unicode filtering to summary too
This commit is contained in:
parent
f74d7ce92d
commit
c91fd71e1e
1 changed files with 1 additions and 0 deletions
1
fun.go
1
fun.go
|
@ -74,6 +74,7 @@ func reverbolate(userid int64, honks []*Honk) {
|
|||
} else if h.Precis == "unspecified horror" {
|
||||
h.Precis = ""
|
||||
}
|
||||
h.Precis = unpucker(h.Precis)
|
||||
h.HTML, _ = filt.String(h.Noise)
|
||||
emuxifier := func(e string) string {
|
||||
for _, d := range h.Donks {
|
||||
|
|
Loading…
Reference in a new issue