fix: Auto populate team after assigned via API (#5250)
This commit is contained in:
@@ -44,4 +44,11 @@ class Team < ApplicationRecord
|
||||
def reporting_events
|
||||
account.reporting_events.where(conversation_id: conversations.pluck(:id))
|
||||
end
|
||||
|
||||
def push_event_data
|
||||
{
|
||||
id: id,
|
||||
name: name
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user