chore(naming): remove Iris codename

This commit is contained in:
Peter Steinberger
2025-12-18 13:18:33 +01:00
parent 790079c3b6
commit d182f7e4b2
16 changed files with 59 additions and 60 deletions

View File

@@ -137,7 +137,7 @@ export async function startGatewayBonjourAdvertiser(
svc: master as unknown as BonjourService,
});
// Optional bridge beacon (same type used by Iris/iOS today).
// Optional bridge beacon (same type used by iOS/Android nodes today).
if (typeof opts.bridgePort === "number" && opts.bridgePort > 0) {
const bridge = responder.createService({
name: safeServiceName(instanceName),