mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Allow deleting all from a channel to a group.
This commit is contained in:
parent
a7c9a1ab34
commit
d1b9785d31
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ bool HistoryItem::suggestDeleteAllReport() const {
|
|||
if (!channel || !channel->canDeleteMessages()) {
|
||||
return false;
|
||||
}
|
||||
return !isPost() && !out() && from()->isUser();
|
||||
return !isPost() && !out();
|
||||
}
|
||||
|
||||
bool HistoryItem::hasDirectLink() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue