|
|
@ -1493,7 +1493,7 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
|
|
|
|
messageSend.isUDSend);
|
|
|
|
messageSend.isUDSend);
|
|
|
|
|
|
|
|
|
|
|
|
// Loki: Since we don't support multi-device sending yet, just send it to the primary device
|
|
|
|
// Loki: Since we don't support multi-device sending yet, just send it to the primary device
|
|
|
|
NSMutableArray<NSNumber *> *deviceIds = @[@(OWSDevicePrimaryDeviceId)];
|
|
|
|
NSMutableArray<NSNumber *> *deviceIds = [NSMutableArray arrayWithObject:@(OWSDevicePrimaryDeviceId)];
|
|
|
|
|
|
|
|
|
|
|
|
/* Original code:
|
|
|
|
/* Original code:
|
|
|
|
NSMutableArray<NSNumber *> *deviceIds = [recipient.devices mutableCopy];
|
|
|
|
NSMutableArray<NSNumber *> *deviceIds = [recipient.devices mutableCopy];
|
|
|
|