diff --git a/honk.go b/honk.go index 78c0962..43e9c86 100644 --- a/honk.go +++ b/honk.go @@ -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")