From 1f3afa38e8d7d67f2aa9392e81ae88521c577adf Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sun, 1 Feb 2026 15:21:57 +0530 Subject: [PATCH] fix: use shared pairing store for telegram (#6127) (thanks @obviyus) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfe2be35..ff17cd8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Docs: https://docs.openclaw.ai ### Changes +- Telegram: use shared pairing store. (#6127) Thanks @obviyus. + ### Fixes - Auto-reply: avoid referencing workspace files in /new greeting prompt. (#5706) Thanks @bravostation.