server: 记录自己发送的消息

This commit is contained in:
2021-11-10 00:38:13 +08:00
parent 810ce34297
commit 136309ebc0
4 changed files with 62 additions and 18 deletions
+1
View File
@@ -184,6 +184,7 @@ async function processMessage(msg) {
filename: m.filename,
fileSize: m.fileSize,
displayFilename: m.displayFilename,
isSentBySelf: m.isSentBySelf,
};
const clientMsg = {
messageID: m.composedID,