the delete object may also be just the id string

This commit is contained in:
Ted Unangst 2019-04-16 15:09:57 -04:00
parent 72e13c1bfb
commit 28a39e7f23
1 changed files with 1 additions and 0 deletions

View File

@ -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)