ignore service updates

Ted Unangst 3 years ago
parent e9ea77c034
commit a4a3de4f47

@ -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…
Cancel
Save