From 352768053d4ecfd04d5484a61338a53e74d6ab6c Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 6 Oct 2021 21:07:18 +0400 Subject: [PATCH] Beta version 3.1.6: Fix build on Linux. --- .../SourceFiles/platform/linux/notifications_manager_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp index d209001c9..f1088ee90 100644 --- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp @@ -904,7 +904,7 @@ void Manager::Private::showNotification( return; } - if (!hideNameAndPhoto) { + if (!options.hideNameAndPhoto) { const auto userpicKey = peer->userpicUniqueKey(userpicView); notification->setImage( _cachedUserpics.get(userpicKey, peer, userpicView));