if it's sensitive but we don't know why, make up a reason
This commit is contained in:
parent
babda8d0a7
commit
2a2019743f
|
@ -549,6 +549,10 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
if !strings.HasPrefix(content, "<p>") {
|
if !strings.HasPrefix(content, "<p>") {
|
||||||
content = "<p>" + content
|
content = "<p>" + content
|
||||||
}
|
}
|
||||||
|
sens, _ := obj["sensitive"].(bool)
|
||||||
|
if sens && precis == "" {
|
||||||
|
precis = "unspecified horror"
|
||||||
|
}
|
||||||
rid, _ = obj.GetString("inReplyTo")
|
rid, _ = obj.GetString("inReplyTo")
|
||||||
convoy, _ = obj.GetString("context")
|
convoy, _ = obj.GetString("context")
|
||||||
if convoy == "" {
|
if convoy == "" {
|
||||||
|
|
Loading…
Reference in New Issue