mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix "Topic Author" badge for the new topics.
This commit is contained in:
@@ -152,8 +152,9 @@ struct TopicUpdate {
|
||||
ColorId = (1U << 7),
|
||||
CloudDraft = (1U << 8),
|
||||
Closed = (1U << 9),
|
||||
Creator = (1U << 10),
|
||||
|
||||
LastUsedBit = (1U << 9),
|
||||
LastUsedBit = (1U << 10),
|
||||
};
|
||||
using Flags = base::flags<Flag>;
|
||||
friend inline constexpr auto is_flag_type(Flag) { return true; }
|
||||
|
Reference in New Issue
Block a user