26576e1124
Unit Tests / test (push) Successful in 7m39s
The GET /api/cells/invite endpoint was returning domain='pic.ngo' instead of the full FQDN 'test5.pic.ngo' because it read _identity.domain rather than _identity.domain_name. Apply the same domain_name preference (domain_name || domain) to: - routes/cells.py get_cell_invite() — the invite shown to connecting cells - routes/cells.py update_cell_permissions() — Corefile DNS regeneration - cell_link_manager.py _check_invite_conflicts() — incoming domain collision check - cell_link_manager.py exchange_invites() — own invite construction Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>