server: 记录自己发送的消息
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user