mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 12:44:59 +00:00
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:
@@ -294,7 +294,7 @@ export async function deliverReplies(params: {
|
||||
replyMarkup,
|
||||
});
|
||||
}
|
||||
if (replyToMessageIdForPayload && !hasReplied) {
|
||||
if (replyToMessageId && !hasReplied) {
|
||||
hasReplied = true;
|
||||
}
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user