mind the fallthrough...
Ted Unangst tedu@tedunangst.com
Wed, 04 Jan 2023 11:33:42 -0500
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
activity.go
→
activity.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":