make extra sure emus don't slip out as attachments
This commit is contained in:
parent
73515d50ac
commit
52f93b3534
1 changed files with 1 additions and 0 deletions
1
honk.go
1
honk.go
|
@ -805,6 +805,7 @@ func savehonk(w http.ResponseWriter, r *http.Request) {
|
|||
for _, e := range herd {
|
||||
donk := savedonk(e.ID, e.Name, "image/png")
|
||||
if donk != nil {
|
||||
donk.Name = e.Name
|
||||
honk.Donks = append(honk.Donks, donk)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue