Feature: As an end-user, I should be able to see the list of agents in the widget. (#461)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
33e0bd434b
commit
83b0bb4062
@@ -1,5 +1,6 @@
|
||||
json.payload do
|
||||
json.array! @inbox_members do |inbox_member|
|
||||
json.id inbox_member.user.id
|
||||
json.name inbox_member.user.name
|
||||
json.avatar_url inbox_member.user.avatar_url
|
||||
json.availability_status inbox_member.user.availability_status
|
||||
|
||||
Reference in New Issue
Block a user