fix(inboxes): address disabled inbox review feedback

This commit is contained in:
Muhsin
2026-07-22 14:57:57 +04:00
parent 3f9864c74f
commit 02ff710709
20 changed files with 245 additions and 12 deletions
@@ -3,7 +3,6 @@ class Api::V1::Widget::BaseController < ApplicationController
include WebsiteTokenHelper
before_action :set_web_widget
before_action :ensure_inbox_active
before_action :set_contact
private
@@ -1,4 +1,5 @@
class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController
before_action :ensure_inbox_active, only: [:create, :update]
before_action :set_conversation, only: [:create]
before_action :set_message, only: [:update]