mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: send forward msg message param
This commit is contained in:
@@ -6,7 +6,9 @@ export class GoCQHTTPSendGroupForwardMsg extends SendMsg {
|
||||
actionName = ActionName.GoCQHTTP_SendGroupForwardMsg;
|
||||
|
||||
protected async check(payload: OB11PostSendMsg) {
|
||||
payload.message = this.convertMessage2List(payload.messages);
|
||||
if (payload.messages){
|
||||
payload.message = this.convertMessage2List(payload.messages);
|
||||
}
|
||||
return super.check(payload);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user