mirror of https://github.com/procxx/kepka.git
Fix pinned chats limit.
This commit is contained in:
parent
1ea42116d2
commit
03da4a5680
|
@ -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(
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ed97ff0d4fd71dea6ad509b1178bb167f01bc178
|
Subproject commit 1f0a772b1841af3e8e47b594369cbbf04c760e9f
|
Loading…
Reference in New Issue