fix: Auto populate team after assigned via API (#5250)
This commit is contained in:
@@ -27,6 +27,7 @@ class Conversations::EventDataPresenter < SimpleDelegator
|
||||
{
|
||||
sender: contact.push_event_data,
|
||||
assignee: assignee&.push_event_data,
|
||||
team: team&.push_event_data,
|
||||
hmac_verified: contact_inbox&.hmac_verified
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user