2
0
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:
Sergey A. Osokin
2023-10-02 10:44:27 -04:00
committed by John Preston
parent 871fef2c4a
commit ac520b314d

View File

@@ -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