mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Reverted "Removed ability to clear history from replies chat.".
This reverts commit 86daf2a9dc.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user