mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
peer_data: Add clarity for when we do/don't have the full subscriber set.
This commit is contained in:
@@ -25,7 +25,8 @@ exports.buddy_list_add_other_user = (user_id, $stub) => {
|
||||
$("#buddy_list_wrapper").set_find_results(sel, $stub);
|
||||
};
|
||||
|
||||
exports.override_user_matches_narrow = (user_id) => users_matching_view.includes(user_id);
|
||||
exports.override_user_matches_narrow_using_loaded_data = (user_id) =>
|
||||
users_matching_view.includes(user_id);
|
||||
|
||||
exports.clear_buddy_list = (buddy_list) => {
|
||||
buddy_list.populate({
|
||||
|
||||
Reference in New Issue
Block a user