mirror of https://github.com/zulip/zulip.git
6b93315cc3
When we typed "stream:" into the search bar, the empty operand triggered an error in the Dict class for an undefined key, because we were using opts[0] as a "defensive" workaround to opts.operand, but opts.operand of '' is more correct than opts[0] being undefined. Now we only fall back to opts[0] whe opts.operand is undefined, and we emit a blueslip error when that happens. (imported from commit 88a196d3bc3d67689c36bc036f378da744c652f9) |
||
---|---|---|
.. | ||
activity.js | ||
alert_words.js | ||
composebox_typeahead.js | ||
dict.js | ||
echo.js | ||
filter.js | ||
index.js | ||
message_list.js | ||
muting.js | ||
narrow.js | ||
people.js | ||
search_suggestion.js | ||
server_events.js | ||
stream_color.js | ||
stream_data.js | ||
stream_list.js | ||
templates.js | ||
unread.js | ||
util.js |