From 02bf8e52affd6d7953b8f8df11e5a79af5fd07bf Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 1 Mar 2026 21:31:05 +0400 Subject: [PATCH] Remove tag editing in broadcasts. --- Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp index ea68824def..fd01c31701 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp @@ -2379,7 +2379,7 @@ auto ParticipantsBoxController::computeType( } break; } - if (user) { + if (user && !channel->isBroadcast()) { const auto isSelf = user->isSelf(); const auto canEditSelf = isSelf && !_peer->amRestricted(ChatRestriction::EditRank);