fix: Auto populate team after assigned via API (#5250)

This commit is contained in:
Tejaswini Chile
2022-08-12 13:40:28 +05:30
committed by GitHub
parent 831a3bcd50
commit 2397326324
4 changed files with 10 additions and 0 deletions

View File

@@ -428,6 +428,7 @@ RSpec.describe Conversation, type: :model do
meta: {
sender: conversation.contact.push_event_data,
assignee: conversation.assignee,
team: conversation.team,
hmac_verified: conversation.contact_inbox.hmac_verified
},
id: conversation.display_id,