Allow ringrtc to decided how to respond to send message failure.

fork-5.53.8
Cody Henthorne 2022-03-22 15:28:31 -04:00 zatwierdzone przez Greyson Parrelli
rodzic e472760d92
commit 3af53f2089
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -444,10 +444,6 @@ public abstract class WebRtcActionProcessor {
.callState(WebRtcViewModel.State.UNTRUSTED_IDENTITY)
.putParticipant(activePeer.getRecipient(), untrusted)
.commit();
} else {
builder.changeCallInfoState()
.callState(errorCallState)
.commit();
}
return builder.build();