Reverted "Removed ability to clear history from replies chat.".

This reverts commit 86daf2a9dc.
This commit is contained in:
23rd
2025-09-06 11:32:31 +03:00
committed by John Preston
parent 9eb5ea599e
commit e3c328c7e3
@@ -733,7 +733,7 @@ void Filler::addToggleArchive() {
}
void Filler::addClearHistory() {
if (_topic || _peer->isMonoforum() || _peer->isRepliesChat()) {
if (_topic || _peer->isMonoforum()) {
return;
}
const auto channel = _peer->asChannel();