akveo / akveo/nebular

Nb-Chat not showing user avatar

Đang mở
#2,360 2 bình luận 1 reaction 0 người được giao Xem trên GitHub
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',
},
});
```
Screen Shot 2020-05-12 at 8 28 28 AM

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.