ignore service updates
This commit is contained in:
parent
ca78de15cc
commit
7dca236f0c
1 changed files with 2 additions and 0 deletions
2
web.go
2
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":
|
||||
|
|
Loading…
Reference in a new issue