From eee43f632c90a9472ad9e8cfb1cd97f44e9ed474 Mon Sep 17 00:00:00 2001 From: moojttaba Date: Tue, 9 Jun 2026 10:37:34 +0330 Subject: [PATCH] docs: activity log for backend v2.11.6 + frontend v2.11.29 --- 09 - Audits/Activity Log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/09 - Audits/Activity Log.md b/09 - Audits/Activity Log.md index ffd2a02..1425d02 100644 --- a/09 - Audits/Activity Log.md +++ b/09 - Audits/Activity Log.md @@ -1956,4 +1956,12 @@ Added `10 - Services/README.md` index. All docs now reflect current codebase sta --- +## 2026-06-09 — backend v2.11.6 + frontend v2.11.29 + +**backend v2.11.6** +- `fix(auth): pass pgUserId in TelegramLink upsert to prevent resolvePgUserId failure` — after `user.save()` the Postgres UUID is available on `user.pgId`; passing it as `pgUserId` in the `$set` lets `saveTelegramLink` skip the secondary lookup that was silently failing for some users (generic 500 "Telegram authentication failed"). Also expanded the catch-block keyword list to surface specific errors (missing/required/not configured/Cannot link) instead of swallowing them. + +**frontend v2.11.29** +- `fix(seller): remove "درخواست جدید" button from seller request list view` — only buyers can create requests; button removed from seller dashboard header. +