From 8fe2ec63b727fad2d04ac17ae658f200b2e6d7bc Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 23 Apr 2023 18:00:32 +0400 Subject: [PATCH] Show t.me/+ invite link prefix in Recent Actions. --- .../SourceFiles/history/admin_log/history_admin_log_item.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp index 3379417d5..b70d43d21 100644 --- a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp +++ b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp @@ -356,9 +356,6 @@ QString GenerateInviteLinkText(const MTPExportedChatInvite &data) { return label.isEmpty() ? ExtractInviteLink(data).replace( u"https://"_q, QString() - ).replace( - u"t.me/+"_q, - QString() ).replace( u"t.me/joinchat/"_q, QString()