log unknown undo
This commit is contained in:
parent
c1caef5679
commit
530fc71c0f
1 changed files with 1 additions and 0 deletions
1
web.go
1
web.go
|
@ -429,6 +429,7 @@ func inbox(w http.ResponseWriter, r *http.Request) {
|
|||
obj, ok := j.GetMap("object")
|
||||
if !ok {
|
||||
log.Printf("unknown undo no object")
|
||||
dumpactivity(j)
|
||||
return
|
||||
}
|
||||
what, _ := obj.GetString("type")
|
||||
|
|
Loading…
Reference in a new issue