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:
Sam Saffron
2019-05-31 15:43:17 +10:00
parent 5c526e5abb
commit 3b8819f0ab
16 changed files with 83 additions and 5 deletions

View File

@ -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,