fix: persist session origin metadata

This commit is contained in:
Peter Steinberger
2026-01-18 03:40:35 +00:00
parent dad69afc84
commit 0d9172d761
13 changed files with 102 additions and 23 deletions

View File

@@ -537,6 +537,7 @@ export const buildTelegramMessageContext = async ({
to: String(chatId),
accountId: route.accountId,
},
ctx: ctxPayload,
});
}