all repos — honk @ 92c1056a9c1db7f4a8c87578a3dad97d675d5365

my fork of honk

better effort at combining thread id
Ted Unangst tedu@tedunangst.com
Sat, 06 Jul 2019 13:31:11 -0400
commit

92c1056a9c1db7f4a8c87578a3dad97d675d5365

parent

af34371847b743e75bb00820189038a4fc522601

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

jump to
M activity.goactivity.go

@@ -644,9 +644,6 @@

if currenttid == "" { currenttid = convoy } - if convoy == "" { - convoy = currenttid - } if oonker == who { oonker = ""

@@ -661,7 +658,6 @@ xonk.URL = url

xonk.Noise = content xonk.Precis = precis xonk.Audience = audience - xonk.Convoy = convoy xonk.Oonker = oonker if needxonk(user, &xonk) {

@@ -670,6 +666,10 @@ if needxonkid(user, rid) {

saveoneup(rid) } } + if convoy == "" { + convoy = currenttid + } + xonk.Convoy = convoy return &xonk } return nil