mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Update method by which we check for remote device count.
This commit is contained in:
committed by
Greyson Parrelli
parent
a44c18d13f
commit
39a5bc21dd
@@ -126,7 +126,7 @@ public class GroupPreJoinActionProcessor extends GroupActionProcessor {
|
||||
|
||||
WebRtcServiceStateBuilder.CallInfoStateBuilder builder = currentState.builder()
|
||||
.changeCallInfoState()
|
||||
.remoteDevicesCount(peekInfo.getDeviceCount())
|
||||
.remoteDevicesCount(peekInfo.getDeviceCountExcludingPendingDevices())
|
||||
.participantLimit(peekInfo.getMaxDevices())
|
||||
.clearParticipantMap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user