all repos — honk @ 0dec695e683f3cd0e9a7d4d459f91ecec2fd87d9

my fork of honk

if it's sensitive but we don't know why, make up a reason
Ted Unangst tedu@tedunangst.com
Wed, 10 Jul 2019 14:46:43 -0400
commit

0dec695e683f3cd0e9a7d4d459f91ecec2fd87d9

parent

b0ffc1d9cca4bffa1fe2fca22f087dce991a3fa0

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

jump to
M activity.goactivity.go

@@ -549,6 +549,10 @@ content, _ = obj.GetString("content")

if !strings.HasPrefix(content, "<p>") { content = "<p>" + content } + sens, _ := obj["sensitive"].(bool) + if sens && precis == "" { + precis = "unspecified horror" + } rid, _ = obj.GetString("inReplyTo") convoy, _ = obj.GetString("context") if convoy == "" {