kopia lustrzana https://github.com/ryukoposting/Signal-Android
Only send round-trip key exchanges over SMS.
rodzic
1d4d9663db
commit
145e4335fc
|
@ -71,7 +71,7 @@ public class UniversalTransport {
|
|||
Recipient recipient = message.getIndividualRecipient();
|
||||
String number = Util.canonicalizeNumber(context, recipient.getNumber());
|
||||
|
||||
if (isPushTransport(number)) {
|
||||
if (isPushTransport(number) && !message.isKeyExchange()) {
|
||||
boolean isSmsFallbackSupported = isSmsFallbackSupported(number);
|
||||
|
||||
try {
|
||||
|
|
Ładowanie…
Reference in New Issue