ignore service updates

This commit is contained in:
Ted Unangst 2021-04-21 21:02:47 -04:00
parent ca78de15cc
commit 7dca236f0c
1 changed files with 2 additions and 0 deletions

2
web.go
View File

@ -398,6 +398,8 @@ func inbox(w http.ResponseWriter, r *http.Request) {
if ok { if ok {
what, _ := obj.GetString("type") what, _ := obj.GetString("type")
switch what { switch what {
case "Service":
fallthrough
case "Person": case "Person":
return return
case "Question": case "Question":