f88k receive file

This commit is contained in:
ryoii 2020-05-02 18:45:37 +08:00
parent 107a760d5e
commit f61f3bd331

View File

@ -289,6 +289,10 @@ internal class MessageSvc {
// friend ptt
return@mapNotNull null
}
529 -> {
// 好友文件
return@mapNotNull null
}
141 -> {
val tmpHead = msg.msgHead.c2cTmpMsgHead ?: return@mapNotNull null
val member = bot.getGroupByUinOrNull(tmpHead.groupUin)?.getOrNull(msg.msgHead.fromUin)