mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 10:41:25 +08:00
FEATURE: add new user option skip_new_user_tips
. (#10437)
And add new site setting `default_other_skip_new_user_tips` in user preferences category.
This commit is contained in:
@ -30,7 +30,8 @@ class UserOptionSerializer < ApplicationSerializer
|
||||
:text_size,
|
||||
:text_size_seq,
|
||||
:title_count_mode,
|
||||
:timezone
|
||||
:timezone,
|
||||
:skip_new_user_tips
|
||||
|
||||
def auto_track_topics_after_msecs
|
||||
object.auto_track_topics_after_msecs || SiteSetting.default_other_auto_track_topics_after_msecs
|
||||
|
Reference in New Issue
Block a user