iachat/app/views/api/v1/models/_inbox_slim.json.jbuilder
Gabriel Jablonski 4db3c7c7ed
feat: include account_id in contact and inbox JSON responses (#182)
* test: include account_id in inbox response validation
2026-01-13 00:51:10 -03:00

8 lines
244 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.account_id resource.account_id
json.provider resource.channel.try(:provider)