fix(test): satisfy telegram pairing seam

This commit is contained in:
Vincent Koc
2026-03-30 20:05:05 +09:00
parent 34b0a19a16
commit 348b094fe8

View File

@@ -44,7 +44,9 @@ export const telegramCommandTestPlugin = {
},
config: telegramConfigAdapter,
auth: telegramNativeApprovalAdapter.auth,
pairing: {},
pairing: {
idLabel: "telegramUserId",
},
allowlist: buildDmGroupAccountAllowlistAdapter<ResolvedTelegramAccount>({
channelId: "telegram",
resolveAccount: resolveTelegramAccount,