mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Commented out unused variable in ParticipantsBoxController
This commit is contained in:
@@ -1976,7 +1976,7 @@ void ParticipantsBoxController::recomputeTypeFor(
|
||||
void ParticipantsBoxController::refreshCustomStatus(
|
||||
not_null<PeerListRow*> row) const {
|
||||
const auto participant = row->peer();
|
||||
const auto user = participant->asUser();
|
||||
// const auto user = participant->asUser();
|
||||
if (_role == Role::Admins) {
|
||||
/*
|
||||
Assert(user != nullptr);
|
||||
|
Reference in New Issue
Block a user