|
|
@@ -47,7 +47,7 @@ class LNProfileFeedItemCell: UITableViewCell {
|
|
|
avatar.sd_setImage(with: URL(string: item.avatar))
|
|
|
nameLabel.text = item.nickname
|
|
|
timeLabel.text = TimeInterval(item.createdAt / 1_000).tencentIMTimeDesc
|
|
|
- contentLabel.text = item.textContent
|
|
|
+ contentLabel.attributedText = item.textContent.getEmojiString(with: .body_m)
|
|
|
likeView.update(id: item.id, liked: item.liked, count: item.likeCount)
|
|
|
commentView.update(id: item.id, count: item.commentCount)
|
|
|
videoView.stop()
|