mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
### What is this change? The lounge category was replaced with the general category in https://github.com/discourse/discourse/pull/18097. However, there are still a few references to the lounge category in code. In particular, `Category#seeded?` is erroring out in production looking for `SiteSetting.lounge_category_id`.