From 8463634a8320de2862d7c4532d9c05137fdebec0 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Mon, 4 May 2020 11:01:51 +1000 Subject: [PATCH] Reword comment --- .../src/Loki/Protocol/Sync Messages/SyncMessagesProtocol.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalServiceKit/src/Loki/Protocol/Sync Messages/SyncMessagesProtocol.swift b/SignalServiceKit/src/Loki/Protocol/Sync Messages/SyncMessagesProtocol.swift index 5165f375f..f86aa313b 100644 --- a/SignalServiceKit/src/Loki/Protocol/Sync Messages/SyncMessagesProtocol.swift +++ b/SignalServiceKit/src/Loki/Protocol/Sync Messages/SyncMessagesProtocol.swift @@ -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)