go ten replies up a thread chain
Ted Unangst tedu@tedunangst.com
Mon, 29 Jul 2019 14:24:45 -0400
2 files changed,
5 insertions(+),
1 deletions(-)
M
activity.go
→
activity.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.txt
→
docs/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.