refactor: raw message parsers

This commit is contained in:
Seijo Cecilia
2024-08-25 17:54:50 +08:00
parent 1332800c3b
commit a23c06025a
4 changed files with 375 additions and 401 deletions

View File

@@ -99,7 +99,7 @@ const _handlers: {
coreContext,
(await handleOb11FileLikeMessage(coreContext, obContext, sendMsg, context)).path,
sendMsg.data.summary || '',
sendMsg.data.subType || 0,
sendMsg.data.sub_type || 0,
);
context.deleteAfterSentFiles.push(PicEle.picElement.sourcePath);
return PicEle;