2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Move preview paint to Dialogs::Ui::MessageView.

This commit is contained in:
John Preston
2021-10-01 16:42:44 +04:00
parent 5136cc3c9c
commit 8c21fad642
21 changed files with 265 additions and 151 deletions

View File

@@ -148,7 +148,7 @@ struct MessageUpdate {
NewMaybeAdded = (1U << 7),
RepliesUnreadCount = (1U << 8),
LastUsedBit = (1U << 7),
LastUsedBit = (1U << 8),
};
using Flags = base::flags<Flag>;
friend inline constexpr auto is_flag_type(Flag) { return true; }