mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Removed redundant code for old sponsored messages.
This commit is contained in:
@@ -311,6 +311,8 @@ enum class MessageFlag : uint64 {
|
||||
DisplayFromChecked = (1ULL << 40),
|
||||
|
||||
ShowSimilarChannels = (1ULL << 41),
|
||||
|
||||
Sponsored = (1ULL << 42),
|
||||
};
|
||||
inline constexpr bool is_flag_type(MessageFlag) { return true; }
|
||||
using MessageFlags = base::flags<MessageFlag>;
|
||||
|
Reference in New Issue
Block a user