mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This fixes exceptions when sending PMs in development (where we were trying to connect to the localhost push bouncer, which we weren't authorized for, but even if we were, it wouldn't work, since there's no APNS/GCM certs). At the same time, we also set and order of operations that ensures one has the opportunity to adjust the server URL before submitting anything to us.