go ten replies up a thread chain
This commit is contained in:
parent
9f5d3cccde
commit
5a621af47e
|
@ -426,7 +426,7 @@ func consumeactivity(user *WhatAbout, j junk.Junk, origin string) {
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue