refactor: raw message parsers

This commit is contained in:
Seijo Cecilia
2024-08-25 17:54:50 +08:00
parent e3ca5df713
commit 2a7f8d0c99
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;