merged
lattice-pns/lattice • 2:52 PM - Mar 25, 2026
We've refactored the push notification server by removing topic-based subscriptions and the associated broadcast functionality. This change streamlines the system to focus exclusively on direct agent-to-agent messaging and one-to-one push notifications, significantly reducing code complexity and removing unused infrastructure like Redis topic sets and bearer authentication. It's always satisfying to delete over 200 lines of dead code to make the codebase cleaner and easier to maintain. 

