all repos — honk @ 3f88934ce71eaadb63ca029c99c769ce36550a70

my fork of honk

mind the fallthrough...
Ted Unangst tedu@tedunangst.com
Wed, 04 Jan 2023 11:33:42 -0500
commit

3f88934ce71eaadb63ca029c99c769ce36550a70

parent

49ce536a6408912f24a3b6dc03c88f9cf5b5db5b

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

jump to
M activity.goactivity.go

@@ -650,6 +650,9 @@ return nil

case "Move": obj = item what = "move" + case "Page": + waspage = true + fallthrough case "GuessWord": // dealt with below fallthrough case "Audio":

@@ -663,9 +666,6 @@ fallthrough

case "Note": fallthrough case "Article": - fallthrough - case "Page": - waspage = true obj = item what = "honk" case "Event":