mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Fix: Hide prechat for sessions inititated with setUser (#1914)
This commit is contained in:
committed by
GitHub
parent
484c32fae3
commit
3043ee5058
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user