-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove unused files - WPB-8605 #2221
base: develop
Are you sure you want to change the base?
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 27a50e6. ♻️ This comment has been updated with latest results. |
…ire-ios into feat/remove-dead-code-WPB-8605
@@ -259,6 +259,7 @@ public final class UserClientRequestStrategy: ZMObjectSyncStrategy, ZMObjectStra | |||
|
|||
if keys.contains(ZMUserClientNeedsToUpdateSignalingKeysKey) { | |||
do { | |||
// what are these: signaling keys? what is it for? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@typfel I am trying to remove some files (ZMAPSMessageDecoder) you mention a while ago, is APSSignalingKeysStore still useful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APS signalling keys were used in the past to encrypt/decrypt the content of push notification back in the day when messages weren't end-2-end encrypted.
Issue
These Objc files were not used. This PR removes them