mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-24 10:50:14 +08:00
f88k receive file
This commit is contained in:
parent
107a760d5e
commit
f61f3bd331
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user