|
|
@@ -35,6 +35,10 @@ class LNIMConversationCell: UITableViewCell {
|
|
|
titleLabel.textColor = .text_5
|
|
|
}
|
|
|
messageLabel.attributedText = item.lastDisplayString
|
|
|
+ if messageLabel.attributedText?.string.isEmpty != false,
|
|
|
+ item.userID?.isImOfficialId == true {
|
|
|
+ messageLabel.attributedText = NSAttributedString(string: .init(key: "No message"))
|
|
|
+ }
|
|
|
timeLabel.text = item.lastDisplayDate?.tencentIMTimeDesc ?? ""
|
|
|
|
|
|
if item.unreadCount > 0 {
|