From cbb382b188f8bc6ae050d63bdae1ffb0771c34e4 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 13 Jun 2019 16:46:56 -0400 Subject: [PATCH] mark the spicy honks as sensitive --- activity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity.go b/activity.go index 774b323..a45d4ea 100644 --- a/activity.go +++ b/activity.go @@ -718,7 +718,7 @@ func jonkjonk(user *WhatAbout, h *Honk) (junk.Junk, junk.Junk) { } jo["summary"] = h.Precis jo["content"] = mentionize(h.Noise) - if strings.HasPrefix(h.Precis, "DZ:") { + if strings.HasPrefix(h.Precis, "DZ:") || strings.HasPrefix(h.Noise, "🌶️🌶️🌶️") { jo["sensitive"] = true } var tags []interface{}