mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 16:45:12 +00:00
Trying to get rid of unused variables...
This commit is contained in:
@@ -406,7 +406,6 @@ void FieldAutocomplete::updateFiltered(bool resetScroll) {
|
||||
mrows.push_back({ i->second });
|
||||
}
|
||||
} else if (_channel && _channel->isMegagroup()) {
|
||||
QMultiMap<int32, UserData*> ordered;
|
||||
if (_channel->lastParticipantsRequestNeeded()) {
|
||||
_channel->session().api().requestLastParticipants(_channel);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user