mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-06-02 03:53:42 +02:00
Remove suggestion to set tag in broadcasts.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user