don't care about question updates
This commit is contained in:
parent
3af411b245
commit
2c0ca19dc6
1 changed files with 2 additions and 0 deletions
2
honk.go
2
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")
|
||||
|
|
Loading…
Reference in a new issue