all repos — honk @ 8a7696c81e5f33d1cf7ba1171027e77e5ddf597a

my fork of honk

move update log
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 18:05:09 -0400
commit

8a7696c81e5f33d1cf7ba1171027e77e5ddf597a

parent

2e3e9b28c3dea4ab9da71237ef83c6a63852a0ff

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

jump to
M activity.goactivity.go

@@ -484,7 +484,6 @@ }

origin = originate(xid) what = "bonk" case "Update": - log.Printf("should be updating") isUpdate = true fallthrough case "Create":

@@ -701,6 +700,7 @@ }

} if isUpdate { + log.Printf("something has changed! %s", xonk.XID) prev := getxonk(user.ID, xonk.XID) if prev == nil { log.Printf("didn't find old version for update: %s", xonk.XID)