Skip to content

Commit

Permalink
fix(qq): remove timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp authored Dec 21, 2023
1 parent ea0ccb1 commit eb7c440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapters/qq/src/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export class QQMessageEncoder<C extends Context = Context> extends MessageEncode
const data: QQ.Message.Request = {
content: this.content,
msg_type: QQ.Message.Type.TEXT,
timestamp: Math.floor(Date.now() / 1000),
msg_id,
msg_seq,
}
Expand Down

0 comments on commit eb7c440

Please sign in to comment.