oops, want summary, not context x2
Ted Unangst tedu@tedunangst.com
Sat, 13 Apr 2019 19:36:50 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -383,7 +383,7 @@ if ot == "Note" || ot == "Article" {
audience = newphone(audience, obj) xid, _ = jsongetstring(obj, "id") content, _ = jsongetstring(obj, "content") - summary, _ := jsongetstring(obj, "content") + summary, _ := jsongetstring(obj, "summary") if summary != "" { content = "<p>summary: " + summary + content }