Sergey Kiselev
1 year ago
4 changed files with 8 additions and 16 deletions
@ -1,3 +1,3 @@ |
|||||
TIMESTAMP = 1695876952 |
TIMESTAMP = 1701706520 |
||||
SHA256 (tdesktop-4.9.3-full.tar.gz) = 2ef462651d397d807576f5df3a5d3de2764accf8d155a0b4d576a354a614d107 |
SHA256 (tdesktop-4.12.2-full.tar.gz) = 7e9e51ae9c40d5b8c964bcfe0e252e35980c6668327934d2270144405c519914 |
||||
SIZE (tdesktop-4.9.3-full.tar.gz) = 69517868 |
SIZE (tdesktop-4.12.2-full.tar.gz) = 67796891 |
||||
|
@ -1,11 +0,0 @@ |
|||||
--- Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp.orig 2023-10-02 20:31:34 UTC |
|
||||
+++ Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp |
|
||||
@@ -814,7 +814,7 @@ bool ByDefault() { |
|
||||
|
|
||||
// A list of capabilities that offer feature parity
|
|
||||
// with custom notifications
|
|
||||
- return ranges::all_of(std::initializer_list{ |
|
||||
+ return ranges::all_of(std::array{ |
|
||||
// To show message content
|
|
||||
"body", |
|
||||
// To have buttons on notifications
|
|
Loading…
Reference in new issue