feat: End conversation from widget (#3660)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -72,6 +72,7 @@ en:
|
||||
activity:
|
||||
status:
|
||||
resolved: "Conversation was marked resolved by %{user_name}"
|
||||
contact_resolved: "Conversation was resolved by %{contact_name}"
|
||||
open: "Conversation was reopened by %{user_name}"
|
||||
pending: "Conversation was marked as pending by %{user_name}"
|
||||
snoozed: "Conversation was snoozed by %{user_name}"
|
||||
|
||||
@@ -188,6 +188,7 @@ Rails.application.routes.draw do
|
||||
post :update_last_seen
|
||||
post :toggle_typing
|
||||
post :transcript
|
||||
get :toggle_status
|
||||
end
|
||||
end
|
||||
resource :contact, only: [:show, :update] do
|
||||
|
||||
Reference in New Issue
Block a user