all repos — honk @ 391413afe6226ac2abd3a0b3d1c42bd1cbae26f4

my fork of honk

we should support Update for more types than Note
Ted Unangst tedu@tedunangst.com
Sat, 25 Mar 2023 16:29:50 -0400
commit

391413afe6226ac2abd3a0b3d1c42bd1cbae26f4

parent

648b71cc978e13106c28b7418284fb226275d674

1 files changed, 1 insertions(+), 5 deletions(-)

jump to
M web.goweb.go

@@ -419,13 +419,9 @@ case "Person":

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 {