mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
Previously, the button was hidden behind both a `default_other_enable_defer` site setting and a per-user `enable_defer` preference, which defaulted to off, so most sites never exposed it. This change removes both settings and always shows the button — and its bulk-select counterpart — to logged-in users. Note that `enable_defer` also disappears from the user API response (`UserOptionSerializer`, `CurrentUserOptionSerializer`). The `user_options.enable_defer` column is retained and added to `ignored_columns`; dropping it is left to a follow-up PR once this has shipped, matching the existing entries in that list. |
||
|---|---|---|
| .. | ||
| schemas | ||
| shared | ||
| backups_spec.rb | ||
| badges_spec.rb | ||
| categories_spec.rb | ||
| groups_spec.rb | ||
| invites_spec.rb | ||
| multiple_invites_spec.rb | ||
| notifications_spec.rb | ||
| posts_spec.rb | ||
| private_messages_spec.rb | ||
| rate_limits_spec.rb | ||
| search_spec.rb | ||
| site_spec.rb | ||
| tags_spec.rb | ||
| topics_spec.rb | ||
| uploads_spec.rb | ||
| user_badges_spec.rb | ||
| users_spec.rb | ||