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"
|
||||
case "Delete":
|
||||
obj, _ = jsongetmap(item, "object")
|
||||
rid, _ = jsongetstring(item, "object")
|
||||
what = "eradicate"
|
||||
default:
|
||||
log.Printf("unknown activity: %s", what)
|
||||
|
|
Loading…
Reference in New Issue