fix(model): land #30932 auth-profile @ parsing for /model (@haosenwang1018)

Landed from contributor PR #30932 by @haosenwang1018.

Co-authored-by: haosenwang1018 <haosenwang1018@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-03-02 03:04:16 +00:00
parent 15c1c93a95
commit e4e5d9c98c
5 changed files with 19 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ export async function deliverReplies(params: {
replyMarkup,
});
}
if (replyToMessageIdForPayload && !hasReplied) {
if (replyToMessageId && !hasReplied) {
hasReplied = true;
}
continue;