Skip to content

Commit

Permalink
added review TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
tburgin committed Dec 4, 2024
1 parent db8cb5a commit 535d3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/common/SNTConfigurator.m
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ - (BOOL)fcmEnabled {
}

- (BOOL)enableAPNS {
// TODO: Consider supporting enablement from the sync server.
NSNumber *number = self.configState[kEnableAPNS];
return [number boolValue];
}
Expand Down
1 change: 1 addition & 0 deletions Source/santasyncservice/SNTPushClientAPNS.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ - (void)handlePreflightSyncState:(SNTSyncState *)syncState {
}

- (void)handleAPNSMessage:(NSDictionary *)message {
// TODO: Parse and handle the message.
LOGI(@"handleAPNSMessage: %@", message);
}

Expand Down

0 comments on commit 535d3ac

Please sign in to comment.