mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use separate styles for group call boxes.
This commit is contained in:
@@ -180,9 +180,6 @@ void GroupCall::reload() {
|
||||
void GroupCall::applyParticipantsSlice(
|
||||
const QVector<MTPGroupCallParticipant> &list,
|
||||
ApplySliceSource sliceSource) {
|
||||
if (sliceSource != ApplySliceSource::UnknownLoaded) {
|
||||
return;
|
||||
}
|
||||
auto changedCount = _fullCount.current();
|
||||
for (const auto &participant : list) {
|
||||
participant.match([&](const MTPDgroupCallParticipant &data) {
|
||||
|
Reference in New Issue
Block a user