mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 转发微调
This commit is contained in:
parent
0a3c95d305
commit
83a82cf936
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ export async function makeForwardMsg (e, msg = [], dec = '') {
|
|||
} else if (e.friend) {
|
||||
forwardMsg = await e.friend.makeForwardMsg(forwardMsg)
|
||||
} else {
|
||||
return false
|
||||
return msg.join('\n')
|
||||
}
|
||||
let forwardMsg_json = forwardMsg.data
|
||||
if (typeof (forwardMsg_json) === 'object') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue