Remove suggestion to set tag in broadcasts.

This commit is contained in:
John Preston
2026-05-25 18:21:06 +04:00
parent 3cb167b7e5
commit 6537d970ed
@@ -1901,7 +1901,7 @@ base::unique_qptr<Ui::PopupMenu> ParticipantsBoxController::rowContextMenu(
? &st::menuIconProfile
: &st::menuIconInfo));
}
if (user) {
if (user && !_peer->isBroadcast()) {
const auto isSelf = user->isSelf();
const auto canEditSelf = isSelf
&& !_peer->amRestricted(ChatRestriction::EditRank);