don't care about question updates

This commit is contained in:
Ted Unangst 2019-08-03 22:18:03 -04:00
parent 3af411b245
commit 2c0ca19dc6
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,8 @@ func inbox(w http.ResponseWriter, r *http.Request) {
switch what {
case "Person":
return
case "Question":
return
}
}
log.Printf("unknown Update activity")