diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp index 1bc1e3156..e378d7857 100644 --- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp @@ -834,6 +834,11 @@ bool Enforced() { } bool ByDefault() { + // The capabilities are static, equivalent to 'body' and 'actions' only + if (UseGNotification()) { + return false; + } + // A list of capabilities that offer feature parity // with custom notifications static const auto NeededCapabilities = {