13
This commit is contained in:
@@ -48,9 +48,7 @@
|
||||
return getConversationContent(parsedMessage);
|
||||
},
|
||||
latestMessageTime() {
|
||||
return this.source.latestMsgSendTime ?
|
||||
formatConversionTime(this.source.latestMsgSendTime) :
|
||||
"";
|
||||
return this.source.latestMsgSendTime ? formatConversionTime(this.source.latestMsgSendTime) : "";
|
||||
},
|
||||
isGroup() {
|
||||
return this.source.conversationType === SessionType.WorkingGroup;
|
||||
|
||||
Reference in New Issue
Block a user