Add iOS node push-token registration foundation

This commit is contained in:
William Valentin
2026-02-16 12:47:34 -08:00
parent bea4c54f3b
commit 58c4b0b9bb
19 changed files with 448 additions and 7 deletions
+1
View File
@@ -359,6 +359,7 @@ export function createGateway(deps: GatewayDeps): GatewayServer {
allowedRoles: config.server.nodes.allowed_roles,
featureGates: config.server.nodes.feature_gates,
locationEnabled: config.server.nodes.location.enabled,
pushEnabled: config.server.nodes.push.enabled,
},
discovery: {
enabled: config.server.discovery.enabled,