mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
When a user entered an invalid character (whitespace or characters not present in a name), the cleaned-up array, and hence the query, would be empty which resulted in an error. Fixes #17542