From 682e41fa3aa9db08ec26a26231b1c2ecf639a758 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 4 Jan 2023 11:33:42 -0500 Subject: [PATCH] mind the fallthrough... --- activity.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/activity.go b/activity.go index 96ba1cc..fc69b4d 100644 --- a/activity.go +++ b/activity.go @@ -650,6 +650,9 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk { case "Move": obj = item what = "move" + case "Page": + waspage = true + fallthrough case "GuessWord": // dealt with below fallthrough case "Audio": @@ -663,9 +666,6 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk { case "Note": fallthrough case "Article": - fallthrough - case "Page": - waspage = true obj = item what = "honk" case "Event":