mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Start group call bar in HistoryWidget.
This commit is contained in:
@@ -86,9 +86,10 @@ struct PeerUpdate {
|
||||
ChannelLinkedChat = (1 << 27),
|
||||
ChannelLocation = (1 << 28),
|
||||
Slowmode = (1 << 29),
|
||||
GroupCall = (1 << 30),
|
||||
|
||||
// For iteration
|
||||
LastUsedBit = (1 << 29),
|
||||
LastUsedBit = (1 << 30),
|
||||
};
|
||||
using Flags = base::flags<Flag>;
|
||||
friend inline constexpr auto is_flag_type(Flag) { return true; }
|
||||
|
Reference in New Issue
Block a user