mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
refactor: senderShowName of forward message
This commit is contained in:
@@ -443,7 +443,7 @@ export class NTQQApi {
|
|||||||
|
|
||||||
static multiForwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]) {
|
static multiForwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]) {
|
||||||
let msgInfos = msgIds.map(id => {
|
let msgInfos = msgIds.map(id => {
|
||||||
return {msgId: id, senderShowName: "LLOneBot"}
|
return {msgId: id, senderShowName: selfInfo.nick}
|
||||||
})
|
})
|
||||||
const apiArgs = [
|
const apiArgs = [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user