all repos — honk @ 2698490808843aa37fa1dae9fa23fb678d5f2711

my fork of honk

disregard like and dislike that make it down here
Ted Unangst tedu@tedunangst.com
Sat, 02 Mar 2024 19:29:58 -0500
commit

2698490808843aa37fa1dae9fa23fb678d5f2711

parent

6a82b88ca1106994824642a7731299954297ccaf

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

jump to
M activity.goactivity.go

@@ -838,6 +838,10 @@ case "ChatMessage":

bonker = "" obj = item what = "chonk" + case "Like": + return nil + case "Dislike": + return nil default: ilog.Printf("unknown activity: %s", what) dumpactivity(item)