log unknown undo

This commit is contained in:
Ted Unangst 2020-08-05 17:16:40 -04:00
parent c1caef5679
commit 530fc71c0f
1 changed files with 1 additions and 0 deletions

1
web.go
View File

@ -429,6 +429,7 @@ func inbox(w http.ResponseWriter, r *http.Request) {
obj, ok := j.GetMap("object") obj, ok := j.GetMap("object")
if !ok { if !ok {
log.Printf("unknown undo no object") log.Printf("unknown undo no object")
dumpactivity(j)
return return
} }
what, _ := obj.GetString("type") what, _ := obj.GetString("type")