Allow block & report from service message.

This commit is contained in:
John Preston 2020-10-02 15:52:26 +03:00
parent f3a2460a54
commit 8c224f7aca
1 changed files with 1 additions and 1 deletions

View File

@ -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 {