we should support Update for more types than Note

This commit is contained in:
Ted Unangst 2023-03-25 16:29:50 -04:00
parent fc567f7f69
commit 10bca44dc5
1 changed files with 1 additions and 5 deletions

8
web.go
View File

@ -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 {