Skip to content

Commit

Permalink
fix i64
Browse files Browse the repository at this point in the history
  • Loading branch information
piloking committed Nov 2, 2024
1 parent a51a67b commit 06714db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/linejs/client/entities/message-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ export class TalkMessage extends ClientMessage {
}
return this.client.reactToMessage({
reactionType: type as LINETypes.MessageReactionType & number,
messageId: this.id,
messageId: BigInt(this.id),
});
}

Expand Down

0 comments on commit 06714db

Please sign in to comment.