mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Dedupe network and identity failures.
This commit is contained in:
committed by
Cody Henthorne
parent
e01381379c
commit
a385cb0b68
@@ -90,8 +90,8 @@ public class RemoteReplyReceiver extends BroadcastReceiver {
|
||||
Collections.emptyList(),
|
||||
Collections.emptyList(),
|
||||
Collections.emptyList(),
|
||||
Collections.emptyList(),
|
||||
Collections.emptyList());
|
||||
Collections.emptySet(),
|
||||
Collections.emptySet());
|
||||
threadId = MessageSender.send(context, reply, -1, false, null, null);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user