name property is plaintext
Ted Unangst tedu@tedunangst.com
Sun, 12 Jan 2020 11:26:52 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -665,7 +665,7 @@ if name, ok := obj.GetString("name"); ok {
if precis != "" { content = precis + "<p>" + content } - precis = name + precis = html.EscapeString(name) } if sens, _ := obj["sensitive"].(bool); sens && precis == "" { precis = "unspecified horror"