Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Jan 24, 2025
1 parent 4fb3afb commit 47b611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/services/ForwardService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ export default class ForwardService {
}
else if (message.video || message.videoNote || message.gif) {
const file = message.video || message.videoNote || message.gif;
const face = this.getFaceByTgFileId(message.sticker.id);
const face = this.getFaceByTgFileId(file.id);
if (face) {
chain.push(face);
}
Expand Down

0 comments on commit 47b611c

Please sign in to comment.