mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
Categories will no longer be preloaded when `lazy_load_categories` is enabled through PreloadStore. Instead, the list of site categories will continue to be populated by `Site.updateCategory` as more and more categories are being loaded from different sources (topic lists, category selectors, etc).