mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 03:35:32 -05: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`.