feat: Custom fields in pre-chat form (#4189)

This commit is contained in:
Muhsin Keloth 2022-04-19 12:47:29 +05:30 committed by GitHub
parent 1ccd29140d
commit 26f23a6e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 824 additions and 160 deletions

View file

@ -39,6 +39,6 @@ class CustomAttributeDefinition < ApplicationRecord
private
def sync_widget_pre_chat_custom_fields
::Inboxes::SyncWidgetPreChatCustomFieldsJob.perform_later(attribute_key)
::Inboxes::SyncWidgetPreChatCustomFieldsJob.perform_now(account, attribute_key)
end
end