all repos — honk @ 947eb0d64e21e6ec0fc79ef5730826f9b697c112

my fork of honk

mark the spicy honks as sensitive
Ted Unangst tedu@tedunangst.com
Thu, 13 Jun 2019 16:46:56 -0400
commit

947eb0d64e21e6ec0fc79ef5730826f9b697c112

parent

17c3b0409b25a141f3a62659145d55cb895a4bc6

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

jump to
M activity.goactivity.go

@@ -718,7 +718,7 @@ jo["directMessage"] = true

} 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{}