all repos — honk @ 0124e0b58bb06315bb4efc5dfb17c9a62019d3dd

my fork of honk

go ten replies up a thread chain
Ted Unangst tedu@tedunangst.com
Mon, 29 Jul 2019 14:24:45 -0400
commit

0124e0b58bb06315bb4efc5dfb17c9a62019d3dd

parent

171c92443fcb0790fb5f2004d50969a70b604cc0

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

jump to
M activity.goactivity.go

@@ -426,7 +426,7 @@ }

func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk { depth := 0 - maxdepth := 4 + maxdepth := 10 currenttid := "" var xonkxonkfn func(item junk.Junk, origin string) *Honk
M docs/changelog.txtdocs/changelog.txt

@@ -1,5 +1,9 @@

changelog +-- next + ++ Increase max thread retrieval depth to 10. + -- 0.7.6 + Fix a bug where upgrades would not complete in one step.