this could never work

master
Ted Unangst 5 years ago
parent ce764c468d
commit 65eae9dbfc

@ -489,7 +489,7 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
case "Create":
obj, ok = item.GetMap("object")
if !ok {
xid, _ = obj.GetString("object")
xid, _ = item.GetString("object")
log.Printf("getting created honk: %s", xid)
obj, err = GetJunkHardMode(xid)
if err != nil {

Loading…
Cancel
Save