fix(telegram): add DM allowFrom regression tests

This commit is contained in:
Ayaan Zaidi
2026-02-09 22:51:40 +05:30
committed by Ayaan Zaidi
parent 29425e27e5
commit a77afe618d
2 changed files with 57 additions and 1 deletions

View File

@@ -266,7 +266,8 @@ export const buildTelegramMessageContext = async ({
if (created) {
logger.info(
{
chatId: candidate,
chatId: String(chatId),
senderUserId: senderUserId ?? undefined,
username: from?.username,
firstName: from?.first_name,
lastName: from?.last_name,