feat: Allow users to disable marking offline automatically (#6079)
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
@@ -77,4 +77,3 @@ fullcontact:
|
||||
settings_form_schema:
|
||||
[{ 'label': 'API Key', 'type': 'text', 'name': 'api_key',"validation": "required", }]
|
||||
visible_properties: ['api_key']
|
||||
|
||||
|
||||
@@ -182,6 +182,7 @@ Rails.application.routes.draw do
|
||||
delete :avatar, on: :collection
|
||||
member do
|
||||
post :availability
|
||||
post :auto_offline
|
||||
put :set_active_account
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user