mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
This commit changes the code to show user according to emails based on email_address_visibilty_values and the type of user. 1. email_address_visibility = admins,members and guests Typeaheads are shown according to original emails. 2. email_address_visibility = admins only Typeaheads are shown according to original email to admins which were previously shown according to system-generated email of form "user10@zulipdev.com". For non-admins, typeaheads are not shown according to emails as they are not visible in the typeahead itself to non-admins. 3. email_address_visibility = nobody Typeaheads are not shown according to emails for all type of users. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .eslintrc.json | ||
| .gitignore | ||
| favicon.ico | ||