Skip to content

Commit

Permalink
fix: copy message id
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Nov 1, 2024
1 parent 72221d9 commit 6a27113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmcenter/BotProcess/BotProcess.OwnerReplying.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private static async Task OwnerReplying(Update update)
replyToMsgId = await Vars.Bot.CopyMessageAsync(
update.Message.ReplyToMessage.ForwardFrom.Id,
update.Message.Chat.Id,
update.Message.ReplyToMessage.MessageId,
update.Message.MessageId,
disableNotification: Vars.CurrentConf.DisableNotifications).ConfigureAwait(false);
}
else
Expand Down

0 comments on commit 6a27113

Please sign in to comment.