all repos — honk @ d672617a17bcd786712d26a3e8fe16aac832b02a

my fork of honk

try grabbing the name if no summary
Ted Unangst tedu@tedunangst.com
Tue, 16 Jul 2019 03:35:04 -0400
commit

d672617a17bcd786712d26a3e8fe16aac832b02a

parent

dced557794ee09f46db8f3cc22f51745e1cac0a0

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

jump to
M activity.goactivity.go

@@ -562,6 +562,9 @@ } else {

audience = newphone(audience, obj) xid, _ = obj.GetString("id") precis, _ = obj.GetString("summary") + if precis == "" { + precis, _ = obj.GetString("name") + } content, _ = obj.GetString("content") if !strings.HasPrefix(content, "<p>") { content = "<p>" + content