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

Allow clear history for everyone in small supergroups.

This commit is contained in:
John Preston
2021-02-15 14:58:01 +04:00
parent 14d525dade
commit 4896509ddf
2 changed files with 5 additions and 4 deletions

View File

@@ -748,8 +748,6 @@ auto DeleteMessagesBox::revokeText(not_null<PeerData*> peer) const
tr::now,
lt_user,
user->firstName);
} else if (_wipeHistoryJustClear) {
return std::nullopt;
} else {
result.checkbox = tr::lng_delete_for_everyone_check(tr::now);
}