Merge branch 'develop' into codex/cw-4998-disable-inbox

This commit is contained in:
Muhsin Keloth
2026-07-15 14:20:46 +04:00
committed by GitHub
266 changed files with 16020 additions and 412 deletions
@@ -60,6 +60,10 @@ class Api::V1::Widget::BaseController < ApplicationController
permitted_params.dig(:contact, :phone_number)
end
def contact_custom_attributes
permitted_params.dig(:contact, :custom_attributes)&.to_h
end
def browser_params
{
browser_name: browser.name,