load badonks
This commit is contained in:
parent
988f2176fa
commit
715e79a5b4
|
@ -468,6 +468,12 @@ func donksforhonks(honks []*Honk) {
|
||||||
log.Printf("error parsing mentions: %s", err)
|
log.Printf("error parsing mentions: %s", err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
case "badonks":
|
||||||
|
err = unjsonify(j, &h.Badonks)
|
||||||
|
if err != nil {
|
||||||
|
log.Printf("error parsing badonks: %s", err)
|
||||||
|
continue
|
||||||
|
}
|
||||||
case "oldrev":
|
case "oldrev":
|
||||||
default:
|
default:
|
||||||
log.Printf("unknown meta genus: %s", genus)
|
log.Printf("unknown meta genus: %s", genus)
|
||||||
|
|
Loading…
Reference in New Issue