mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Show admins in participants_hidden group info.
This commit is contained in:
@@ -472,7 +472,9 @@ void FieldAutocomplete::updateFiltered(bool resetScroll) {
|
||||
--i;
|
||||
mrows.push_back({ i->second });
|
||||
}
|
||||
} else if (_channel && _channel->isMegagroup()) {
|
||||
} else if (_channel
|
||||
&& _channel->isMegagroup()
|
||||
&& _channel->canViewMembers()) {
|
||||
if (_channel->lastParticipantsRequestNeeded()) {
|
||||
_channel->session().api().chatParticipants().requestLast(
|
||||
_channel);
|
||||
|
Reference in New Issue
Block a user