mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Don't use MTP* for ChannelData flags.
This commit is contained in:
@@ -175,7 +175,7 @@ void GroupCall::changePeerEmptyCallFlag() {
|
||||
const auto chat = _peer->asChat();
|
||||
const auto channel = _peer->asChannel();
|
||||
constexpr auto chatFlag = ChatDataFlag::CallNotEmpty;
|
||||
constexpr auto channelFlag = MTPDchannel::Flag::f_call_not_empty;
|
||||
constexpr auto channelFlag = ChannelDataFlag::CallNotEmpty;
|
||||
if (_peer->groupCall() != this) {
|
||||
return;
|
||||
} else if (_serverParticipantsCount > 0) {
|
||||
|
Reference in New Issue
Block a user