mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix build on FreeBSD
This commit is contained in:
committed by
John Preston
parent
871fef2c4a
commit
ac520b314d
@@ -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
|
||||
|
Reference in New Issue
Block a user