mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Remove all legacy global namespace langs.
This commit is contained in:
@@ -812,12 +812,10 @@ object_ptr<Ui::RpWidget> SetupChannelMembers(
|
||||
channel,
|
||||
MTPDchannelFull::Flag::f_can_view_participants),
|
||||
(_1 > 0) && _2);
|
||||
auto membersText = MembersCountValue(
|
||||
channel
|
||||
) | rpl::map([](int count) {
|
||||
return lng_chat_status_members(lt_count_decimal, count);
|
||||
});
|
||||
auto membersCallback = [controller, channel] {
|
||||
auto membersText = tr::lng_chat_status_members(
|
||||
lt_count_decimal,
|
||||
MembersCountValue(channel) | tr::to_count());
|
||||
auto membersCallback = [=] {
|
||||
controller->showSection(Info::Memento(
|
||||
channel->id,
|
||||
Section::Type::Members));
|
||||
|
Reference in New Issue
Block a user