all repos — honk @ 7947262f98c3232bf243ec7a85da90a5137182f3

my fork of honk

oops, want summary, not context x2
Ted Unangst tedu@tedunangst.com
Sat, 13 Apr 2019 19:36:50 -0400
commit

7947262f98c3232bf243ec7a85da90a5137182f3

parent

63ffd1f12a8b0af3193666d013c2fcc344001621

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

jump to
M activity.goactivity.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 }