all repos — honk @ d090dba89763480c5872dd4afa1bd7584b8c4b26

my fork of honk

make some effort to fill in thread when missing
Ted Unangst tedu@tedunangst.com
Fri, 07 Jun 2019 11:15:46 -0400
commit

d090dba89763480c5872dd4afa1bd7584b8c4b26

parent

18e94bc69b730b9cbcdbdf68665cae2a4cf93323

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

jump to
M activity.goactivity.go

@@ -457,6 +457,7 @@

func xonkxonk(user *WhatAbout, item interface{}, origin string) *Honk { depth := 0 maxdepth := 4 + currenttid := "" var xonkxonkfn func(item interface{}, origin string) *Honk saveoneup := func(xid string) {

@@ -607,6 +608,13 @@ }

audience = append(audience, who) audience = oneofakind(audience) + + if currenttid == "" { + currenttid = convoy + } + if convoy == "" { + convoy = currenttid + } if oonker == who { oonker = ""