mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Allow block & report from service message.
This commit is contained in:
parent
f3a2460a54
commit
8c224f7aca
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ bool HistoryItem::suggestBanReport() const {
|
|||
if (!channel || !fromUser || !channel->canRestrictUser(fromUser)) {
|
||||
return false;
|
||||
}
|
||||
return !isPost() && !out() && toHistoryMessage();
|
||||
return !isPost() && !out();
|
||||
}
|
||||
|
||||
bool HistoryItem::suggestDeleteAllReport() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue