Skip to content

Commit

Permalink
fix: napcat 回复消息后面有个 @
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Dec 18, 2024
1 parent 8a1d2fc commit bab8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/client/NapCatClient/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export abstract class NapCatEntity implements QQEntity {
}));
if (source) {
// TODO 不同框架 messageId / seq 不一样,无缝模式下不能交叉回复
message.push({
message.unshift({
type: 'reply',
data: {
id: source.seq.toString(),
Expand Down

0 comments on commit bab8126

Please sign in to comment.