From 1132005a31f35d7cde131f53b5de85ca754a84fc Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Tue, 17 Sep 2024 18:18:23 +0300
Subject: =?UTF-8?q?fixes=20#4673=20(Telegram:=20=D1=82=D0=BE=D0=BF=D0=B8?=
 =?UTF-8?q?=D0=BA=20=D0=BD=D0=B5=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?=
 =?UTF-8?q?=D1=8F=D0=B5=D1=82=D1=81=D1=8F=20=D0=BD=D0=B0=20=D0=BB=D0=B5?=
 =?UTF-8?q?=D1=82=D1=83=20=D0=B8=20=D1=81=D0=BE=D0=B1=D1=8B=D1=82=D0=B8?=
 =?UTF-8?q?=D0=B5=20=D1=81=D0=BC=D0=B5=D0=BD=D1=8B=20=D1=82=D0=BE=D0=BF?=
 =?UTF-8?q?=D0=B8=D0=BA=D0=B0=20=D0=BD=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1?=
 =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=B2=20?=
 =?UTF-8?q?=D0=B6=D1=83=D1=80=D0=BD=D0=B0=D0=BB=D0=B5)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 protocols/Telegram/src/utils.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/protocols/Telegram/src/utils.cpp b/protocols/Telegram/src/utils.cpp
index 22055f305a..fa38d6cdc9 100644
--- a/protocols/Telegram/src/utils.cpp
+++ b/protocols/Telegram/src/utils.cpp
@@ -604,6 +604,8 @@ CMStringA CTelegramProto::GetMessageText(TG_USER *pUser, const TD::message *pMsg
 				Chat_ChangeSessionName(pUser->m_si, Utf2T(pDoc->title_.c_str()));
 			else
 				setUString(pUser->hContact, "Nick", pDoc->title_.c_str());
+
+			ret.AppendFormat("%s %s", TranslateU("Chat name was changed to"), pDoc->title_.c_str());
 		}
 		break;
 
-- 
cgit v1.2.3