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
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.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 == "" {