mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 20:45:35 +08:00
FEATURE: add support for defer topic functionality
This feature allows end users to "defer" topics by marking them unread The functionality is default disabled. This also introduces the new site setting default_other_enable_defer: to enable this by default on new user accounts.
This commit is contained in:
@ -10,6 +10,7 @@ class UserOptionSerializer < ApplicationSerializer
|
||||
:external_links_in_new_tab,
|
||||
:dynamic_favicon,
|
||||
:enable_quoting,
|
||||
:enable_defer,
|
||||
:digest_after_minutes,
|
||||
:automatically_unpin_topics,
|
||||
:auto_track_topics_after_msecs,
|
||||
|
Reference in New Issue
Block a user