mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Replaced Notify::replyMarkupUpdated with Data::MessageUpdate.
This commit is contained in:
@@ -133,8 +133,9 @@ struct MessageUpdate {
|
||||
DialogRowRepaint = (1 << 2),
|
||||
DialogRowRefresh = (1 << 3),
|
||||
CallAdded = (1 << 4),
|
||||
ReplyMarkup = (1 << 5),
|
||||
|
||||
LastUsedBit = (1 << 4),
|
||||
LastUsedBit = (1 << 5),
|
||||
};
|
||||
using Flags = base::flags<Flag>;
|
||||
friend inline constexpr auto is_flag_type(Flag) { return true; }
|
||||
|
Reference in New Issue
Block a user