mark the spicy honks as sensitive
This commit is contained in:
parent
90bb84246a
commit
cbb382b188
|
@ -718,7 +718,7 @@ func jonkjonk(user *WhatAbout, h *Honk) (junk.Junk, junk.Junk) {
|
||||||
}
|
}
|
||||||
jo["summary"] = h.Precis
|
jo["summary"] = h.Precis
|
||||||
jo["content"] = mentionize(h.Noise)
|
jo["content"] = mentionize(h.Noise)
|
||||||
if strings.HasPrefix(h.Precis, "DZ:") {
|
if strings.HasPrefix(h.Precis, "DZ:") || strings.HasPrefix(h.Noise, "🌶️🌶️🌶️") {
|
||||||
jo["sensitive"] = true
|
jo["sensitive"] = true
|
||||||
}
|
}
|
||||||
var tags []interface{}
|
var tags []interface{}
|
||||||
|
|
Loading…
Reference in New Issue