mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Don't use MTP* for ChannelData flags.
This commit is contained in:
@@ -767,9 +767,9 @@ object_ptr<Ui::RpWidget> SetupChannelMembers(
|
||||
|
||||
auto membersShown = rpl::combine(
|
||||
MembersCountValue(channel),
|
||||
Data::PeerFullFlagValue(
|
||||
Data::PeerFlagValue(
|
||||
channel,
|
||||
MTPDchannelFull::Flag::f_can_view_participants),
|
||||
ChannelDataFlag::CanViewParticipants),
|
||||
(_1 > 0) && _2);
|
||||
auto membersText = tr::lng_chat_status_subscribers(
|
||||
lt_count_decimal,
|
||||
|
Reference in New Issue
Block a user