diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index 3daa1a5500..39c983ac7d 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -1713,6 +1713,9 @@ bool HistoryItem::skipNotification() const { if (forwarded->imported) { return true; } + } else if (_history->amMonoforumAdmin() + && from() == _history->peer->monoforumBroadcast()) { + return true; } return false; }