修复 ComWeChat 回复消息解析错误
This commit is contained in:
		
							parent
							
								
									e94b60da7d
								
							
						
					
					
						commit
						05193e5e01
					
				| 
						 | 
					@ -353,6 +353,9 @@ Bot.adapter.push(new class ComWeChatAdapter {
 | 
				
			||||||
        case "voice":
 | 
					        case "voice":
 | 
				
			||||||
          message.push({ type: "record", ...i.data })
 | 
					          message.push({ type: "record", ...i.data })
 | 
				
			||||||
          break
 | 
					          break
 | 
				
			||||||
 | 
					        case "reply":
 | 
				
			||||||
 | 
					          message.push({ type: "reply", id: i.data.message_id, user_id: i.data.user_id })
 | 
				
			||||||
 | 
					          break
 | 
				
			||||||
        default:
 | 
					        default:
 | 
				
			||||||
          message.push({ type: i.type, ...i.data })
 | 
					          message.push({ type: i.type, ...i.data })
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue