mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 02:32:29 +00:00 
			
		
		
		
	| @@ -79,7 +79,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController | ||||
|  | ||||
|   def permitted_params | ||||
|     params.permit(:id, :avatar, :name, :greeting_message, :greeting_enabled, channel: | ||||
|       [:type, :website_url, :widget_color, :welcome_title, :welcome_tagline, :webhook_url, :email]) | ||||
|       [:type, :website_url, :widget_color, :welcome_title, :welcome_tagline, :webhook_url, :email, :reply_time]) | ||||
|   end | ||||
|  | ||||
|   def inbox_update_params | ||||
| @@ -91,6 +91,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController | ||||
|                     :welcome_tagline, | ||||
|                     :webhook_url, | ||||
|                     :email, | ||||
|                     :reply_time, | ||||
|                     { selected_feature_flags: [] } | ||||
|                   ]) | ||||
|   end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pranav Raj S
					Pranav Raj S