Skip to content

Commit

Permalink
Merge branch 'cj/fix/streaming-services-macos' into 'develop'
Browse files Browse the repository at this point in the history
Merge-Request: apple/vpn/protonvpn!1938
Approved-by: Adam Viaud <[email protected]>
  • Loading branch information
protonjohn committed Aug 1, 2024
2 parents 24cc83c + 6c6d8ca commit d0eb3ea
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ final class AppSessionManagerImplementation: AppSessionRefresherImplementation,
@Dependency(\.serverChangeStorage) var storage
storage.config = clientConfig.serverChangeConfig
}
if let streamingServices = properties.streamingResponse {
propertiesManager.streamingServices = streamingServices.streamingServices
propertiesManager.streamingResourcesUrl = streamingServices.resourceBaseURL
}
if propertiesManager.featureFlags.pollNotificationAPI {
Task { @MainActor in
self.announcementRefresher.tryRefreshing()
Expand Down

0 comments on commit d0eb3ea

Please sign in to comment.