|
|
|
@ -173,7 +173,7 @@ public final class SyncMessagesProtocol : NSObject {
|
|
|
|
|
switch friendRequestStatus {
|
|
|
|
|
case .none, .requestExpired:
|
|
|
|
|
let messageSender = SSKEnvironment.shared.messageSender
|
|
|
|
|
// We need to send the FR message to all of the users device as the contact sync message excludes slave devices
|
|
|
|
|
// We need to send the FR message to all of the user's devices as the contact sync message excludes slave devices
|
|
|
|
|
let autoGeneratedFRMessage = MultiDeviceProtocol.getAutoGeneratedMultiDeviceFRMessage(for: hexEncodedPublicKey, in: transaction)
|
|
|
|
|
thread.isForceHidden = true
|
|
|
|
|
thread.save(with: transaction)
|
|
|
|
|