mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 21:21:10 +00:00
fix(test): satisfy telegram pairing seam
This commit is contained in:
@@ -44,7 +44,9 @@ export const telegramCommandTestPlugin = {
|
||||
},
|
||||
config: telegramConfigAdapter,
|
||||
auth: telegramNativeApprovalAdapter.auth,
|
||||
pairing: {},
|
||||
pairing: {
|
||||
idLabel: "telegramUserId",
|
||||
},
|
||||
allowlist: buildDmGroupAccountAllowlistAdapter<ResolvedTelegramAccount>({
|
||||
channelId: "telegram",
|
||||
resolveAccount: resolveTelegramAccount,
|
||||
|
||||
Reference in New Issue
Block a user