0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/db
Renato Atilio 3566029f69
UX: Always show the "Mark unread" topic button (#42189)
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.
2026-08-04 10:29:12 -03:00
..
fixtures FIX: Do not notify new sites or plugins enabled of old upcoming changes (#42045) 2026-07-30 09:51:08 +10:00
migrate FEATURE: Reclassify likely crawlers in site traffic reporting (#42199) 2026-08-04 10:08:53 +08:00
post_migrate UX: Always show the "Mark unread" topic button (#42189) 2026-08-04 10:29:12 -03:00
api_test_seeds.rb
structure.sql UX: Always show the "Mark unread" topic button (#42189) 2026-08-04 10:29:12 -03:00