ignore service updates
This commit is contained in:
parent
ca78de15cc
commit
7dca236f0c
2
web.go
2
web.go
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue