Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Dec 12, 2024
1 parent ab2f9ab commit 27a50e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion wire-ios-sync-engine/Source/Public/WireSyncEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// PRIVATE
#import <WireSyncEngine/ZMBlacklistVerificator.h>
#import <WireSyncEngine/ZMAuthenticationStatus.h>
#import <WireSyncEngine/ZMAPSMessageDecoder.h>
#import <WireSyncEngine/NSError+ZMUserSessionInternal.h>
#import <WireSyncEngine/ZMOperationLoop.h>
#import <WireSyncEngine/ZMOperationLoop+Private.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ public final class UserClientRequestStrategy: ZMObjectSyncStrategy, ZMObjectStra

if keys.contains(ZMUserClientNeedsToUpdateSignalingKeysKey) {
do {
// what are these: signaling keys? what is it for?
return try requestsFactory.updateClientSignalingKeysRequest(
userClient,
apiVersion: apiVersion
Expand Down

0 comments on commit 27a50e6

Please sign in to comment.