mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add manage_call admin right support.
This commit is contained in:
@@ -212,8 +212,8 @@ void GroupCall::applyParticipantsSlice(
|
||||
});
|
||||
}
|
||||
ranges::sort(_participants, std::greater<>(), [](const Participant &p) {
|
||||
return p.lastActivePrecise
|
||||
? p.lastActivePrecise
|
||||
return p.lastSpoke
|
||||
? p.lastSpoke
|
||||
: p.lastActive
|
||||
? p.lastActive
|
||||
: p.date;
|
||||
|
Reference in New Issue
Block a user