2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Allow blocking users from Replies chat.

This commit is contained in:
John Preston
2020-09-17 16:26:53 +03:00
parent afbc0c498f
commit 4c1213ce9e
13 changed files with 195 additions and 82 deletions

View File

@@ -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(