this could never work
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 18:05:46 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -489,7 +489,7 @@ fallthrough
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 {