0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/app/services/nested_topic
Mark VanLandingham 971d1a28aa
FIX: Run nested replies stats job on all topics when nested is default (#41510)
Previously we only calc'd stats on nested topics when there is a
`nested_topic` record. That record doesn't exist when nested is the
default view, so all topics had incorrect stats.

Also added a codepath that serves all posts when loading more for a
post. It only gets hit when there is a data inconsistency so should be
safe.
2026-07-07 14:30:53 -05:00
..
convert_category.rb FEATURE: Add nested replies category conversion (#41236) 2026-07-06 08:22:22 -05:00
list_children.rb FIX: Run nested replies stats job on all topics when nested is default (#41510) 2026-07-07 14:30:53 -05:00
list_roots.rb FIX: Run nested replies stats job on all topics when nested is default (#41510) 2026-07-07 14:30:53 -05:00
show_context.rb FIX: Run nested replies stats job on all topics when nested is default (#41510) 2026-07-07 14:30:53 -05:00
toggle.rb
toggle_pin.rb