mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Allow blocking users from Replies chat.
This commit is contained in:
@@ -631,7 +631,7 @@ void ActionsFiller::addBlockAction(not_null<UserData*> user) {
|
||||
user->session().api().blockPeer(user);
|
||||
} else {
|
||||
window->show(
|
||||
Box(Window::PeerMenuBlockUserBox, window, user, false));
|
||||
Box(Window::PeerMenuBlockUserBox, window, user, v::null, v::null));
|
||||
}
|
||||
};
|
||||
AddActionButton(
|
||||
|
Reference in New Issue
Block a user