diff --git a/scripts/system/users.js b/scripts/system/users.js index 1e1a68fd9c..af88e73362 100644 --- a/scripts/system/users.js +++ b/scripts/system/users.js @@ -1133,6 +1133,7 @@ var usersWindow = (function () { if (VISIBILITY_VALUES.indexOf(myVisibility) === -1) { myVisibility = VISIBILITY_FRIENDS; } + GlobalServices.findableBy = myVisibility; visibilityControl = new PopUpMenu({ prompt: VISIBILITY_PROMPT,