diff --git a/Telegram/SourceFiles/window/notifications_manager.cpp b/Telegram/SourceFiles/window/notifications_manager.cpp index 6aec58db09..055a2de35b 100644 --- a/Telegram/SourceFiles/window/notifications_manager.cpp +++ b/Telegram/SourceFiles/window/notifications_manager.cpp @@ -1614,7 +1614,7 @@ void NativeManager::doShowNotification(NotificationFields &&fields) { }); } : Fn(); auto actions = std::vector(); - if (AllowNotificationActions(peer)) { + if (AllowNotificationActions(peer) && !options.hideMarkAsRead) { if (const auto markup = item->inlineReplyMarkup()) { using ButtonType = HistoryMessageMarkupButton::Type; const auto &rows = markup->data.rows;