You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging version 7.63.0.830 into my forked Signal iOS project, I noticed that the app started connecting to chat.signal.org through libsignal (Rust), even though I had previously configured everything to use my own server infrastructure.
Before this version, all communication was successfully redirected to my custom servers, but now I’m seeing logs like: [rust/bridge/shared/types/src/net.rs:68]: Creating endpoint connections (fallbacks disabled) for chat.signal.org and others
I’ve searched the entire Swift codebase and configuration but couldn’t find any reference to chat.signal.org, which seems to be introduced internally in the Rust code.
Is there a way to prevent the client from connecting to chat.signal.org, or configure it to avoid this behavior?