diff --git a/Telegram/SourceFiles/window/notifications_manager.cpp b/Telegram/SourceFiles/window/notifications_manager.cpp index 6b6b68034..324aad458 100644 --- a/Telegram/SourceFiles/window/notifications_manager.cpp +++ b/Telegram/SourceFiles/window/notifications_manager.cpp @@ -106,6 +106,12 @@ System::SkipState System::skipNotification( } const auto scheduled = item->out() && item->isFromScheduled(); + if (const auto forwarded = item->Get()) { + if (forwarded->imported) { + return { SkipState::Skip }; + } + } + history->owner().requestNotifySettings(history->peer); if (notifyBy) { history->owner().requestNotifySettings(notifyBy);