log unknown undo
This commit is contained in:
parent
c1caef5679
commit
530fc71c0f
1
web.go
1
web.go
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue