diff --git a/web.go b/web.go index 600f28b..55d195e 100644 --- a/web.go +++ b/web.go @@ -398,6 +398,8 @@ func inbox(w http.ResponseWriter, r *http.Request) { if ok { what, _ := obj.GetString("type") switch what { + case "Service": + fallthrough case "Person": return case "Question":