Contact Inbox object contained unnecessary attributes which will be removed under this PR.
8 lines
267 B
Ruby
8 lines
267 B
Ruby
json.id resource.id
|
|
json.avatar_url resource.try(:avatar_url)
|
|
json.channel_id resource.channel_id
|
|
json.name resource.name
|
|
json.channel_type resource.channel_type
|
|
json.provider resource.channel.try(:provider)
|
|
json.email resource.channel.try(:email) if resource.email?
|