mark the spicy honks as sensitive
Ted Unangst tedu@tedunangst.com
Thu, 13 Jun 2019 16:46:56 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.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{}