feat: remove feature flag checks for message reply to (#8352)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
json.website_channel_config do
|
||||
json.allow_messages_after_resolved @web_widget.inbox.allow_messages_after_resolved
|
||||
json.allow_reply_to @web_widget.inbox.account.feature_enabled?('message_reply_to')
|
||||
json.api_host ENV.fetch('FRONTEND_URL', nil)
|
||||
json.auth_token @token
|
||||
json.avatar_url @web_widget.inbox.avatar_url
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
timezone: '<%= @web_widget.inbox.timezone %>',
|
||||
allowMessagesAfterResolved: <%= @web_widget.inbox.allow_messages_after_resolved %>,
|
||||
disableBranding: <%= @web_widget.inbox.account.feature_enabled?('disable_branding') %>,
|
||||
allowReplyTo: <%= @web_widget.inbox.account.feature_enabled?('message_reply_to') %>
|
||||
}
|
||||
window.chatwootPubsubToken = '<%= @contact_inbox.pubsub_token %>'
|
||||
window.authToken = '<%= @token %>'
|
||||
|
||||
Reference in New Issue
Block a user