-
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 Results1 314 tests 1 312 ✅ 2m 8s ⏱️ Results for commit d43b568. ♻️ 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.
Datadog ReportBranch report: ✅ 0 Failed, 1294 Passed, 2 Skipped, 2m 8.64s Total Time |
2cbd658
to
6309178
Compare
Issue
These Objc files were not used. This PR removes them. See ticket for list of unused objc files.