mirror of https://github.com/zulip/zulip.git
0a22094e24
Streams are converted to their "official" names now. Topics are not canonicalized at all. All other operands continue to be lowercased. Since we don't lowercase stream/topic at the parsing stage, we have to modify the predicate function to do the lowercasing of stream/topic to enable case-insensitive comparisons. This is slightly more expensive. The server-side predicate functions are already case-insensitive. (imported from commit 286f118c6c3ff9d23b37c7f958cab4c0eacd5feb) |
||
---|---|---|
.. | ||
activity.js | ||
composebox_typeahead.js | ||
dict.js | ||
filter.js | ||
index.js | ||
message_list.js | ||
message_tour.js | ||
narrow.js | ||
search_suggestion.js | ||
stream_color.js | ||
stream_data.js | ||
unread.js | ||
util.js |