Files
coder/vpn
Ehab Younes 2261f26ead fix(vpn): remove unused success field from WakeResponse (#27202)
WakeResponse.success was always set to true regardless of whether a
rebind actually happened (e.g. when debounced or the tunnel isn't
running yet), so it carried no useful information. Remove it,
mirroring the earlier removal of the unused error_message field from
the same message.
2026-07-14 11:26:16 +03:00
..