peer_data: Add clarity for when we do/don't have the full subscriber set.

This commit is contained in:
Evy Kassirer
2025-07-16 22:42:26 -07:00
committed by Tim Abbott
parent 180ef91d1a
commit 2888459f25
15 changed files with 117 additions and 58 deletions

View File

@@ -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({