feat: Save UI state in the database (#1635)
feat: Save UI state in the database
This commit is contained in:
@@ -23,7 +23,8 @@ class Api::V1::ProfilesController < Api::BaseController
|
||||
:password,
|
||||
:password_confirmation,
|
||||
:avatar,
|
||||
:availability
|
||||
:availability,
|
||||
ui_settings: {}
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user