Chore: Send browser language in webwidget events (#952)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-06-13 00:19:43 +05:30
committed by GitHub
parent ed1c871633
commit f9e8bb8e10
10 changed files with 47 additions and 30 deletions

View File

@@ -107,10 +107,7 @@ class Conversation < ApplicationRecord
end
def webhook_data
{
display_id: display_id,
additional_attributes: additional_attributes
}
Conversations::EventDataPresenter.new(self).push_data
end
def notifiable_assignee_change?