mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Migrate linked device status to the SignalStore.
This commit is contained in:
@@ -614,7 +614,7 @@ public class MessageSender {
|
||||
recipient.isSelf() &&
|
||||
sendType == SendType.SIGNAL &&
|
||||
SignalStore.account().isRegistered() &&
|
||||
!TextSecurePreferences.isMultiDevice(context);
|
||||
!SignalStore.account().hasLinkedDevices();
|
||||
}
|
||||
|
||||
private static void sendLocalMediaSelf(long messageId) {
|
||||
|
||||
Reference in New Issue
Block a user