Nb-Chat not showing user avatar
- Ngôn ngữ chính
- TypeScript
- Star
- 8.1k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I'm submitting a ...** (check one with "x")
* [ X] bug report
* [ ] feature request
**Current behavior:**
I can not get a user avatar to show. I also see the same behavior on the Nebular's own example website https://www.akveo.com/ngx-admin/pages/extra-components/chat
**Expected behavior:**
I expected to show an avatar for sender and receiver on the screen. Is this not true.
-->
Example from my own code.
```
this.messages.push({
text: event.message,
date: new Date(),
reply: true,
type: files.length ? 'file' : 'text',
files: files,
user: {
name: this.kmUser.displayName,
avatar: 'https://i.ytimg.com/vi/Erqi5ckVoEo/hqdefault.jpg',
},
});
```

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.