mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
We want to deprecate the enabled/disabled toggle for this setting and rely entirely on the presence of a URL. This change: - Deprecates and hides the enabled/disabled setting. - Updates all code paths and tests that rely on the old setting. - Adds a migration that clears the URL if the enabled/disabled setting is set to false.