mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix pinned chats limit.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
friend constexpr inline bool is_flag_type(Flag) { return true; };
|
||||
using Flags = base::flags<Flag>;
|
||||
|
||||
static constexpr int kPinnedLimit = 10;
|
||||
static constexpr int kPinnedLimit = 100;
|
||||
|
||||
ChatFilter() = default;
|
||||
ChatFilter(
|
||||
|
Submodule Telegram/lib_ui updated: ed97ff0d4f...1f0a772b18
Reference in New Issue
Block a user