CallLink profile sharing via ProfileKeySendJob.

This commit is contained in:
Alex Hart
2023-10-03 09:27:42 -04:00
committed by Cody Henthorne
parent e9a616c68d
commit f5c5a34798
5 changed files with 59 additions and 29 deletions

View File

@@ -58,7 +58,7 @@ import org.signal.libsignal.protocol.IdentityKey;
import org.thoughtcrime.securesms.components.TooltipPopup;
import org.thoughtcrime.securesms.components.sensors.DeviceOrientationMonitor;
import org.thoughtcrime.securesms.components.webrtc.CallLinkInfoSheet;
import org.thoughtcrime.securesms.components.webrtc.CallLinkNullMessageSender;
import org.thoughtcrime.securesms.components.webrtc.CallLinkProfileKeySender;
import org.thoughtcrime.securesms.components.webrtc.CallParticipantsListUpdatePopupWindow;
import org.thoughtcrime.securesms.components.webrtc.CallParticipantsState;
import org.thoughtcrime.securesms.components.webrtc.CallStateUpdatePopupWindow;
@@ -778,7 +778,7 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
}
if (state.isCallLink()) {
CallLinkNullMessageSender.onSendAnyway(new HashSet<>(changedRecipients));
CallLinkProfileKeySender.onSendAnyway(new HashSet<>(changedRecipients));
}
if (state.getGroupCallState().isConnected()) {