go ten replies up a thread chain

This commit is contained in:
Ted Unangst 2019-07-29 14:24:45 -04:00
parent 9f5d3cccde
commit 5a621af47e
2 changed files with 5 additions and 1 deletions

View File

@ -426,7 +426,7 @@ func consumeactivity(user *WhatAbout, j junk.Junk, origin string) {
func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk { func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
depth := 0 depth := 0
maxdepth := 4 maxdepth := 10
currenttid := "" currenttid := ""
var xonkxonkfn func(item junk.Junk, origin string) *Honk var xonkxonkfn func(item junk.Junk, origin string) *Honk

View File

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