From e3c328c7e3a6d854968733bb552db875cdc2aa4f Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Sat, 6 Sep 2025 11:32:31 +0300 Subject: [PATCH] Reverted "Removed ability to clear history from replies chat.". This reverts commit 86daf2a9dc09d480c098cd6064153003061a2260. --- Telegram/SourceFiles/window/window_peer_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/window/window_peer_menu.cpp b/Telegram/SourceFiles/window/window_peer_menu.cpp index 9a38fa0ef9..dab3191684 100644 --- a/Telegram/SourceFiles/window/window_peer_menu.cpp +++ b/Telegram/SourceFiles/window/window_peer_menu.cpp @@ -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();