mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-18 04:33:21 +00:00
This PR removes .ogg file check (supported only by very old servers). Other enhancements in server validation logic - * Reject domains with no organizations. * Convert validation methods to async await * Add messages.js for returning error message strings. Fixes: #596, #573.