aprs.me/lib/aprsme_web/channels
Graham McIntire 9509c49429
Fix mobile channel update_bounds nil handling
Replace 'with' clause that was failing when socket.assigns[:subscribed]
returned nil. Now properly checks subscription status using Map.get with
a default value of false to prevent WithClauseError.

Fixes error: no with clause matching: nil

Generated with Claude Code https://claude.com/claude-code
2025-10-25 12:48:34 -05:00
..
mobile_channel.ex Fix mobile channel update_bounds nil handling 2025-10-25 12:48:34 -05:00
mobile_user_socket.ex Add mobile API for iOS/Android real-time packet streaming 2025-10-25 11:25:18 -05:00