mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
(Fix) Bug in Chat, missing avatar
This commit is contained in:
@@ -22,7 +22,8 @@ class ChatUserResource extends JsonResource
|
||||
'chatroom_id' => $this->chatroom_id,
|
||||
'group' => $this->whenLoaded('group'),
|
||||
'group_id' => $this->group_id,
|
||||
'title' => $this->title
|
||||
'title' => $this->title,
|
||||
'image' => $this->image
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user