mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show replies dialog correctly.
This commit is contained in:
@@ -116,7 +116,8 @@ auto BlockPeerBoxController::createRow(not_null<History*> history)
|
||||
-> std::unique_ptr<BlockPeerBoxController::Row> {
|
||||
if (!history->peer->isUser()
|
||||
|| history->peer->isServiceUser()
|
||||
|| history->peer->isSelf()) {
|
||||
|| history->peer->isSelf()
|
||||
|| history->peer->isRepliesChat()) {
|
||||
return nullptr;
|
||||
}
|
||||
auto row = std::make_unique<Row>(history);
|
||||
|
Reference in New Issue
Block a user