mark the spicy honks as sensitive

This commit is contained in:
Ted Unangst 2019-06-13 16:46:56 -04:00
parent 90bb84246a
commit cbb382b188
1 changed files with 1 additions and 1 deletions

View File

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