This commit is contained in:
cansnow
2025-12-11 22:33:31 +08:00
parent 375917f06c
commit 5a086fa1fa
44 changed files with 1978 additions and 359 deletions
@@ -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;