the delete object may also be just the id string
This commit is contained in:
parent
72e13c1bfb
commit
28a39e7f23
|
@ -387,6 +387,7 @@ func xonkxonk(item interface{}) *Honk {
|
||||||
what = "honk"
|
what = "honk"
|
||||||
case "Delete":
|
case "Delete":
|
||||||
obj, _ = jsongetmap(item, "object")
|
obj, _ = jsongetmap(item, "object")
|
||||||
|
rid, _ = jsongetstring(item, "object")
|
||||||
what = "eradicate"
|
what = "eradicate"
|
||||||
default:
|
default:
|
||||||
log.Printf("unknown activity: %s", what)
|
log.Printf("unknown activity: %s", what)
|
||||||
|
|
Loading…
Reference in New Issue