This release brings "support for forwarding notifications to the active user from users in the background". For the majority of apps, the generation of notifications always requires CPU time and usually requires network access (e.g., for push notifications or websocket connections). How does the backgroud user profile connect to the network if a VPN is enabled? Does the background user profile's app connect
- via the backgroud user profile's VPN?
- via the active user profile's VPN?
- via the owner user profile's VPN?
Does the backgroud user have fallback strategies in case its VPN is disabled but, say, the active user's or the owner's VPN is enabled?