From eb1a867a0e128e335840f3395818b8d547eca82c Mon Sep 17 00:00:00 2001 From: linyuchen Date: Sat, 24 Feb 2024 17:24:30 +0800 Subject: [PATCH] refactor: senderShowName of forward message --- src/ntqqapi/ntcall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntqqapi/ntcall.ts b/src/ntqqapi/ntcall.ts index 105c360..855dc25 100644 --- a/src/ntqqapi/ntcall.ts +++ b/src/ntqqapi/ntcall.ts @@ -443,7 +443,7 @@ export class NTQQApi { static multiForwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]) { let msgInfos = msgIds.map(id => { - return {msgId: id, senderShowName: "LLOneBot"} + return {msgId: id, senderShowName: selfInfo.nick} }) const apiArgs = [ {