2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix pinned chats limit.

This commit is contained in:
John Preston
2020-03-19 13:40:01 +04:00
parent 1ea42116d2
commit 03da4a5680
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public:
friend constexpr inline bool is_flag_type(Flag) { return true; }; friend constexpr inline bool is_flag_type(Flag) { return true; };
using Flags = base::flags<Flag>; using Flags = base::flags<Flag>;
static constexpr int kPinnedLimit = 10; static constexpr int kPinnedLimit = 100;
ChatFilter() = default; ChatFilter() = default;
ChatFilter( ChatFilter(