mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add timezone to core user_options (#8380)
* Add timezone to user_options table * Also migrate existing timezone values from UserCustomField, which is where the discourse-calendar plugin is storing them * Allow user to change their core timezone from Profile * Auto guess & set timezone on login & invite accept & signup * Serialize user_options.timezone for group members. this is so discourse-group-timezones can access the core user timezone, as it is being removed in discourse-calendar. * Annotate user_option with timezone * Validate timezone values
This commit is contained in:
@@ -40,7 +40,8 @@ class UserUpdater
|
||||
:homepage_id,
|
||||
:hide_profile_and_presence,
|
||||
:text_size,
|
||||
:title_count_mode
|
||||
:title_count_mode,
|
||||
:timezone
|
||||
]
|
||||
|
||||
def initialize(actor, user)
|
||||
|
||||
Reference in New Issue
Block a user