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