FIX: add user option/profile fields that were not permitted
This commit is contained in:
parent
ab68379abb
commit
cd6dff58dd
|
@ -858,7 +858,17 @@ class UsersController < ApplicationController
|
|||
:date_of_birth,
|
||||
:muted_usernames,
|
||||
:theme_key,
|
||||
:locale
|
||||
:locale,
|
||||
:bio_raw,
|
||||
:location,
|
||||
:website,
|
||||
:dismissed_banner_key,
|
||||
:profile_background,
|
||||
:card_background,
|
||||
:muted_category_ids,
|
||||
:watched_category_ids,
|
||||
:tracked_category_ids,
|
||||
:watched_first_post_category_ids
|
||||
] + UserUpdater::OPTION_ATTR
|
||||
|
||||
result = params
|
||||
|
|
Loading…
Reference in New Issue