all repos — honk @ fa3d0d55470be7452a4f317c26634cedeb05d986

my fork of honk

if the summary isn't blank, add it to the content
Ted Unangst tedu@tedunangst.com
Sat, 13 Apr 2019 13:21:32 -0400
commit

fa3d0d55470be7452a4f317c26634cedeb05d986

parent

962443422e5009397c2b3ce2cbdcccb3d51a02db

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

jump to
M activity.goactivity.go

@@ -407,6 +407,10 @@ if ot == "Note" {

audience = newphone(audience, obj) xid, _ = jsongetstring(obj, "id") content, _ = jsongetstring(obj, "content") + summary, _ := jsongetstring(obj, "content") + if summary != "" { + content = "<p>summary: " + summary + content + } rid, _ = jsongetstring(obj, "inReplyTo") if what == "honk" && rid != "" { what = "tonk"