iachat/app/controllers/api/v1/widget
Alexander Udovichenko 412b72db7c
fix: Delete double hmac check (#12464)
## Description

When hmac identity check is enabled according to
[this](https://www.chatwoot.com/hc/user-guide/articles/1677587479-how-to-enable-identity-validation-in-chatwoot)
I found out, that it checked twice.

If `should_verify_hmac? -> true` then hmac checked in `before_action`
and we don't need to do it again later.

This perfomance related and PR fixes this.
2026-03-13 02:30:17 -07:00
..
integrations
base_controller.rb feat: show ReplyTo in widget UI (#8094) 2023-10-27 13:35:02 +05:30
campaigns_controller.rb fix: Show campaigns only if the feature is enabled (#11420) 2025-05-05 19:41:28 -07:00
configs_controller.rb feat: allow configuring attachment upload limit (#12835) 2025-11-17 14:03:08 -08:00
contacts_controller.rb fix: Delete double hmac check (#12464) 2026-03-13 02:30:17 -07:00
conversations_controller.rb fix: disable email transcript for free plans (#13509) 2026-02-11 21:21:36 +05:30
direct_uploads_controller.rb
events_controller.rb
inbox_members_controller.rb fix: Improve performance of most hit APIs in widget (#11089) 2025-03-14 17:37:36 -07:00
labels_controller.rb
messages_controller.rb feat: show ReplyTo in widget UI (#8094) 2023-10-27 13:35:02 +05:30