we should support Update for more types than Note
This commit is contained in:
parent
fc567f7f69
commit
10bca44dc5
6
web.go
6
web.go
|
@ -419,13 +419,9 @@ func inbox(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
case "Question":
|
||||
return
|
||||
case "Note":
|
||||
go xonksaver(user, j, origin)
|
||||
return
|
||||
}
|
||||
}
|
||||
ilog.Printf("unknown Update activity")
|
||||
dumpactivity(j)
|
||||
go xonksaver(user, j, origin)
|
||||
case "Undo":
|
||||
obj, ok := j.GetMap("object")
|
||||
if !ok {
|
||||
|
|
Loading…
Reference in New Issue