Fix: Hide prechat for sessions inititated with setUser (#1914)

This commit is contained in:
Nithin David Thomas
2021-03-20 17:44:20 +05:30
committed by GitHub
parent 484c32fae3
commit 3043ee5058
10 changed files with 105 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ Rails.application.routes.draw do
post :transcript
end
end
resource :contact, only: [:update]
resource :contact, only: [:show, :update]
resources :inbox_members, only: [:index]
resources :labels, only: [:create, :destroy]
end